[gnome-commander] Reducing the scope of a variable
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Reducing the scope of a variable
- Date: Fri, 11 Aug 2017 19:07:48 +0000 (UTC)
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]