[gnome-commander] noop: code cleanup



commit 9ce36124897c03c030a7899d35a8760d8317b095
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Wed May 25 19:49:10 2011 +0200

    noop: code cleanup

 src/dialogs/gnome-cmd-search-dialog.cc |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/dialogs/gnome-cmd-search-dialog.cc b/src/dialogs/gnome-cmd-search-dialog.cc
index ea5038f..7e16bb1 100755
--- a/src/dialogs/gnome-cmd-search-dialog.cc
+++ b/src/dialogs/gnome-cmd-search-dialog.cc
@@ -77,11 +77,6 @@ static char *msgs[] = {N_("Search local directories only"),
 
 struct SearchData
 {
-    GnomeCmdSearchDialog *dialog;
-
-    GnomeCmdCon *con;
-    GnomeCmdDir *start_dir;                 // the directory to start searching from
-
     struct ProtectedData
     {
         GList *files;
@@ -89,6 +84,11 @@ struct SearchData
         GMutex *mutex;
     };
 
+    GnomeCmdSearchDialog *dialog;
+
+    GnomeCmdCon *con;
+    GnomeCmdDir *start_dir;                 // the directory to start searching from
+
     const gchar *name_pattern;              // the pattern that file names should match to end up in the file list
     const gchar *content_pattern;           // the pattern that the content of a file should match to end up in the file list
 



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