[gtk+/wip/csoriano/pathbar-adjusdment-animation: 48/73] gtkhidingbox: reorder variables



commit cb33fb34785a9d015b22f6ead442599e9614ab28
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Nov 4 16:06:11 2015 +0100

    gtkhidingbox: reorder variables

 gtk/gtkhidingbox.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkhidingbox.c b/gtk/gtkhidingbox.c
index 45f7882..eccafe9 100644
--- a/gtk/gtkhidingbox.c
+++ b/gtk/gtkhidingbox.c
@@ -311,8 +311,10 @@ gtk_hiding_box_get_preferred_width (GtkWidget *widget,
 {
   GtkHidingBox *box = GTK_HIDING_BOX (widget);
   GtkHidingBoxPrivate *priv = gtk_hiding_box_get_instance_private (box);
-  gint cm, cn;
-  gint m, n;
+  gint cm;
+  gint cn;
+  gint m;
+  gint n;
   GList *child;
   gint n_visible_children;
   gboolean have_min = FALSE;


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