gnome-commander r1541 - branches/gcmd-1-3/src



Author: epiotr
Date: Tue Jan 22 21:11:29 2008
New Revision: 1541
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1541&view=rev

Log:
Code cleanup

Modified:
   branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc
   branches/gcmd-1-3/src/utils.h

Modified: branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc	Tue Jan 22 21:11:29 2008
@@ -109,7 +109,7 @@
         }
     }
 
-    g_hash_table_foreach (hash, (GHFunc)htcb_exec_with_app, NULL);
+    g_hash_table_foreach (hash, (GHFunc) htcb_exec_with_app, NULL);
     g_hash_table_destroy (hash);
 }
 
@@ -153,7 +153,7 @@
     GtkWidget *dialog;
 
     dialog = gnome_cmd_string_dialog_new (_("Open with other..."), labels, 1,
-                                          (GnomeCmdStringDialogCallback)on_open_with_other_ok, files);
+                                          (GnomeCmdStringDialogCallback) on_open_with_other_ok, files);
 
     g_return_if_fail (GNOME_CMD_IS_STRING_DIALOG (dialog));
 

Modified: branches/gcmd-1-3/src/utils.h
==============================================================================
--- branches/gcmd-1-3/src/utils.h	(original)
+++ branches/gcmd-1-3/src/utils.h	Tue Jan 22 21:11:29 2008
@@ -308,7 +308,7 @@
 {
     std::string s;
 
-    return val ? stringify(s,val) : s;
+    return val ? stringify(s, val) : s;
 }
 
 template <typename T>



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