gnome-commander r1540 - trunk/src
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r1540 - trunk/src
- Date: Tue, 22 Jan 2008 21:10:46 +0000 (GMT)
Author: epiotr
Date: Tue Jan 22 21:10:46 2008
New Revision: 1540
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1540&view=rev
Log:
Code cleanup
Modified:
trunk/src/gnome-cmd-file-popmenu.cc
trunk/src/utils.h
Modified: trunk/src/gnome-cmd-file-popmenu.cc
==============================================================================
--- trunk/src/gnome-cmd-file-popmenu.cc (original)
+++ trunk/src/gnome-cmd-file-popmenu.cc Tue Jan 22 21:10:46 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: trunk/src/utils.h
==============================================================================
--- trunk/src/utils.h (original)
+++ trunk/src/utils.h Tue Jan 22 21:10:46 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]