[Xfce4-commits] <thunar:master> Send to menu not updated for directories (bug #9618).
Nick Schermer
noreply at xfce.org
Sat Dec 15 18:50:01 CET 2012
Updating branch refs/heads/master
to a9225278993c8e072bc0ac79ce1382fc7dcfca94 (commit)
from 999a4de29e36a80cacdae2acaa809ef9acd2dcb8 (commit)
commit a9225278993c8e072bc0ac79ce1382fc7dcfca94
Author: Nick Schermer <nick at xfce.org>
Date: Sat Dec 15 18:47:53 2012 +0100
Send to menu not updated for directories (bug #9618).
thunar/thunar-launcher.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/thunar/thunar-launcher.c b/thunar/thunar-launcher.c
index 6bede6a..5132575 100644
--- a/thunar/thunar-launcher.c
+++ b/thunar/thunar-launcher.c
@@ -1051,13 +1051,13 @@ thunar_launcher_update_idle (gpointer data)
/* FIXME Add desktop actions here. Unfortunately they are not supported by
* GIO, so we'll have to roll our own thing here */
+ }
- /* schedule an update of the "Send To" menu */
- if (G_LIKELY (launcher->sendto_idle_id == 0))
- {
- launcher->sendto_idle_id = g_idle_add_full (G_PRIORITY_LOW, thunar_launcher_sendto_idle,
- launcher, thunar_launcher_sendto_idle_destroy);
- }
+ /* schedule an update of the "Send To" menu */
+ if (G_LIKELY (launcher->sendto_idle_id == 0))
+ {
+ launcher->sendto_idle_id = g_idle_add_full (G_PRIORITY_LOW, thunar_launcher_sendto_idle,
+ launcher, thunar_launcher_sendto_idle_destroy);
}
GDK_THREADS_LEAVE ();
More information about the Xfce4-commits
mailing list