[gimp/tito: 42/50] Removed redundant global variable.



commit f542c983002ca6114e5da9c320c7b97b3419128b
Author: Srihari Sriraman <srihari c42 in>
Date:   Sun Sep 16 09:36:47 2012 +0530

    Removed redundant global variable.
    
    Forgot to remove this in the previous commit.

 app/dialogs/tito-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/dialogs/tito-dialog.c b/app/dialogs/tito-dialog.c
index 8aba004..d84598a 100644
--- a/app/dialogs/tito-dialog.c
+++ b/app/dialogs/tito-dialog.c
@@ -62,7 +62,6 @@ static void         tito_context_menu                  (void);
 
 static GtkWidget        *tito_dialog;
 static GtkWidget        *list;
-static GtkWidget        *list_view;
 static GtkWidget        *keyword_entry;
 
 static gchar            *history_file_path;
@@ -1084,6 +1083,7 @@ tito_search_dialog (void)
   GtkWidget *main_vbox, *main_hbox;
   GtkWidget *preferences_image;
   GtkWidget *preferences_button;
+  GtkWidget *list_view;
 
   tito_dialog= gtk_window_new(GTK_WINDOW_TOPLEVEL);
 


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