[gnome-commander] noop: code cleanup
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] noop: code cleanup
- Date: Mon, 8 Aug 2011 22:36:46 +0000 (UTC)
commit c3f50bdc19ba5c1628b42cabdd90e2400d13bb18
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Tue Aug 9 00:36:14 2011 +0200
noop: code cleanup
src/gnome-cmd-file-list.cc | 2 +-
src/gnome-cmd-file-selector.cc | 2 +-
src/gnome-cmd-main-win.cc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gnome-cmd-file-list.cc b/src/gnome-cmd-file-list.cc
index f3fdb17..10c2568 100644
--- a/src/gnome-cmd-file-list.cc
+++ b/src/gnome-cmd-file-list.cc
@@ -2740,7 +2740,7 @@ static void drag_data_received (GtkWidget *widget, GdkDragContext *context, gint
gchar *to_fn = NULL;
GnomeVFSXferOptions xferOptions;
- // Find out what operation to perform
+ // find out what operation to perform
switch (context->action)
{
case GDK_ACTION_MOVE:
diff --git a/src/gnome-cmd-file-selector.cc b/src/gnome-cmd-file-selector.cc
index f1575c9..6184c04 100644
--- a/src/gnome-cmd-file-selector.cc
+++ b/src/gnome-cmd-file-selector.cc
@@ -107,7 +107,7 @@ inline void show_list_popup (GnomeCmdFileSelector *fs)
GtkWidget *menu = gnome_cmd_list_popmenu_new (fs);
g_object_ref (menu);
- gtk_menu_popup (GTK_MENU(menu), NULL, NULL, NULL, fs, 3, GDK_CURRENT_TIME);
+ gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, fs, 3, GDK_CURRENT_TIME);
}
diff --git a/src/gnome-cmd-main-win.cc b/src/gnome-cmd-main-win.cc
index 7cd9e2b..4adcb05 100644
--- a/src/gnome-cmd-main-win.cc
+++ b/src/gnome-cmd-main-win.cc
@@ -455,7 +455,7 @@ static gboolean on_slide_button_press (GtkWidget *widget, GdkEventButton *event,
// Check that the handle was clicked and not one of the children
if (paned->handle == event->window)
{
- gtk_menu_popup (GTK_MENU(create_slide_popup ()), NULL, NULL, NULL, NULL, event->button, event->time);
+ gtk_menu_popup (GTK_MENU (create_slide_popup ()), NULL, NULL, NULL, NULL, event->button, event->time);
return TRUE;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]