[gitg: 10/36] egg-list-box: Fix indentation



commit a2b8fcd146e143766d52041d4ac0e020736c54a1
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jan 17 16:13:02 2013 -0500

    egg-list-box: Fix indentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691979

 egg-list-box.c |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/egg-list-box.c b/egg-list-box.c
index 6dac55d..3e345e6 100644
--- a/egg-list-box.c
+++ b/egg-list-box.c
@@ -861,17 +861,17 @@ egg_list_box_real_button_release_event (GtkWidget *widget,
 
   if (event->button == 1)
     {
-    if (priv->active_child != NULL &&
-       priv->active_child_active)
-      {
-       if (priv->activate_single_click)
-         egg_list_box_select_and_activate (list_box, priv->active_child);
-       else
-         egg_list_box_update_selected (list_box, priv->active_child);
-      }
-    priv->active_child = NULL;
-    priv->active_child_active = FALSE;
-    gtk_widget_queue_draw (GTK_WIDGET (list_box));
+      if (priv->active_child != NULL &&
+          priv->active_child_active)
+        {
+          if (priv->activate_single_click)
+            egg_list_box_select_and_activate (list_box, priv->active_child);
+          else
+            egg_list_box_update_selected (list_box, priv->active_child);
+        }
+      priv->active_child = NULL;
+      priv->active_child_active = FALSE;
+      gtk_widget_queue_draw (GTK_WIDGET (list_box));
   }
 
   return FALSE;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]