[gtk+/wip/csoriano/pathbar-bin-view-window: 5/31] gtkhidingbox: reorder variables
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/csoriano/pathbar-bin-view-window: 5/31] gtkhidingbox: reorder variables
- Date: Thu, 2 Jun 2016 15:46:52 +0000 (UTC)
commit 5a09d062fcc636fb9607fa8b183aaf91e9dfc352
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]