[gnome-commander] Reducing the scope of a variable



commit 7c9f23e29aa57cb70e46d80f1f28d340ad5018b2
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sat Aug 5 10:59:53 2017 +0200

    Reducing the scope of a variable

 src/gnome-cmd-advrename-profile-component.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-advrename-profile-component.cc b/src/gnome-cmd-advrename-profile-component.cc
index 8df6e27..efac3cd 100644
--- a/src/gnome-cmd-advrename-profile-component.cc
+++ b/src/gnome-cmd-advrename-profile-component.cc
@@ -881,7 +881,6 @@ static void gnome_cmd_advrename_profile_component_init (GnomeCmdAdvrenameProfile
     GtkWidget *table;
     GtkWidget *combo;
     GtkWidget *hbox;
-    GtkWidget *bbox;
     GtkWidget *spin;
     GtkWidget *button;
 
@@ -909,6 +908,7 @@ static void gnome_cmd_advrename_profile_component_init (GnomeCmdAdvrenameProfile
         gtk_box_pack_start (GTK_BOX (vbox), align, FALSE, FALSE, 0);
 
         {
+            GtkWidget *bbox;
             GtkWidget *local_vbox = gtk_vbox_new (FALSE, 6);
             gtk_container_add (GTK_CONTAINER (align), local_vbox);
 


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