Updating branch refs/heads/master
         to a6b11e848dbbe61cbd280a83257e0ebd800fc85a (commit)
       from 50ec0c25d28ba896fb2f71835f207c52cd8f202b (commit)

commit a6b11e848dbbe61cbd280a83257e0ebd800fc85a
Author: Nick Schermer <n...@xfce.org>
Date:   Wed Dec 28 11:59:02 2011 +0100

    Fix some indentation.

 src/appfinder-preferences.c |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/appfinder-preferences.c b/src/appfinder-preferences.c
index 03cfda1..39911f8 100644
--- a/src/appfinder-preferences.c
+++ b/src/appfinder-preferences.c
@@ -427,24 +427,24 @@ xfce_appfinder_preferences_action_populate 
(XfceAppfinderPreferences *preference
   if (G_LIKELY (array != NULL))
     {
       for (i = 0; i < array->len; i++)
-      {
-        value = g_ptr_array_index (array, i);
-        appfinder_assert (value != NULL);
-        unique_id = g_value_get_int (value);
+        {
+          value = g_ptr_array_index (array, i);
+          appfinder_assert (value != NULL);
+          unique_id = g_value_get_int (value);
 
-        g_snprintf (prop, sizeof (prop), "/actions/action-%d/pattern", 
unique_id);
-        pattern = xfconf_channel_get_string (preferences->channel, prop, NULL);
+          g_snprintf (prop, sizeof (prop), "/actions/action-%d/pattern", 
unique_id);
+          pattern = xfconf_channel_get_string (preferences->channel, prop, 
NULL);
 
-        gtk_list_store_insert_with_values (GTK_LIST_STORE (store), &iter, i,
-                                           COLUMN_UNIQUE_ID, unique_id,
-                                           COLUMN_PATTERN, pattern,
-                                           -1);
+          gtk_list_store_insert_with_values (GTK_LIST_STORE (store), &iter, i,
+                                             COLUMN_UNIQUE_ID, unique_id,
+                                             COLUMN_PATTERN, pattern,
+                                             -1);
 
-        if (restore_id == unique_id)
-          gtk_tree_selection_select_iter (preferences->selection, &iter);
+          if (restore_id == unique_id)
+            gtk_tree_selection_select_iter (preferences->selection, &iter);
 
-        g_free (pattern);
-      }
+          g_free (pattern);
+        }
 
       xfconf_array_free (array);
     }
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to