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



Author: epiotr
Date: Mon Feb 18 17:06:28 2008
New Revision: 1566
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1566&view=rev

Log:
Code cleanup

Modified:
   branches/gcmd-1-3/src/gnome-cmd-advrename-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-bookmark-dialog.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-advrename-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-advrename-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-advrename-dialog.cc	Mon Feb 18 17:06:28 2008
@@ -1012,8 +1012,7 @@
 }
 
 
-static void
-on_pat_list_column_resize (GtkCList *clist, gint column, gint width, GnomeCmdAdvrenameDialog *dialog)
+static void on_pat_list_column_resize (GtkCList *clist, gint column, gint width, GnomeCmdAdvrenameDialog *dialog)
 {
     advrename_dialog_default_pat_column_width[column] = width;
 }

Modified: branches/gcmd-1-3/src/gnome-cmd-bookmark-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-bookmark-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-bookmark-dialog.cc	Mon Feb 18 17:06:28 2008
@@ -302,15 +302,13 @@
 }
 
 
-static void
-on_scroll_vertical (GtkCList *clist, GtkScrollType scroll_type, gfloat position, gpointer data)
+static void on_scroll_vertical (GtkCList *clist, GtkScrollType scroll_type, gfloat position, gpointer data)
 {
     gtk_clist_select_row (clist, clist->focus_row, 0);
 }
 
 
-static void
-add_groups (GnomeCmdBookmarkDialog *dialog)
+static void add_groups (GnomeCmdBookmarkDialog *dialog)
 {
     gchar *text[3];
 
@@ -329,8 +327,7 @@
 }
 
 
-static void
-add_bookmarks (GnomeCmdBookmarkDialog *dialog)
+static void add_bookmarks (GnomeCmdBookmarkDialog *dialog)
 {
     GnomeCmdCon *current_con = gnome_cmd_file_selector_get_connection (gnome_cmd_main_win_get_fs (main_win, ACTIVE));
     GnomeCmdBookmarkGroup *group, *current_group = NULL;
@@ -358,8 +355,7 @@
 }
 
 
-static void
-on_group_combo_item_selected (GnomeCmdCombo *group_combo, GnomeCmdBookmarkGroup *group, GnomeCmdBookmarkDialog *dialog)
+static void on_group_combo_item_selected (GnomeCmdCombo *group_combo, GnomeCmdBookmarkGroup *group, GnomeCmdBookmarkDialog *dialog)
 {
     g_return_if_fail (group != NULL);
 



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