Correcting tabs in file.
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 9 May 2007 11:10:26 +0000 (11:10 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 9 May 2007 11:10:26 +0000 (11:10 +0000)
ChangeLog
src/hildon-helper.c

index b0b439a..70490bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-helper.c: Correcting tabs in file.
+
 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
 
        * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
index bed5a83..22c5af8 100644 (file)
@@ -397,10 +397,10 @@ void
 hildon_helper_set_thumb_scrollbar               (GtkScrolledWindow *win, 
                                                  gboolean thumb)
 {
-        g_return_if_fail (GTK_IS_SCROLLED_WINDOW (win));
+    g_return_if_fail (GTK_IS_SCROLLED_WINDOW (win));
 
-        if (win->vscrollbar) 
-                gtk_widget_set_name (win->vscrollbar, (thumb) ? "hildon-thumb-scrollbar" : NULL);
+    if (win->vscrollbar) 
+        gtk_widget_set_name (win->vscrollbar, (thumb) ? "hildon-thumb-scrollbar" : NULL);
 }