[Xfce4-commits] r25745 - in xfce4-panel/trunk: . plugins/launcher
Nick Schermer
nick at xfce.org
Tue May 22 20:35:30 CEST 2007
Author: nick
Date: 2007-05-22 18:35:30 +0000 (Tue, 22 May 2007)
New Revision: 25745
Modified:
xfce4-panel/trunk/ChangeLog
xfce4-panel/trunk/plugins/launcher/launcher-dialog.c
Log:
* plugins/launcher/launcher-dialog.c: Always update the panel icon when dropping
a desktop file in the frame.
Modified: xfce4-panel/trunk/ChangeLog
===================================================================
--- xfce4-panel/trunk/ChangeLog 2007-05-22 18:20:49 UTC (rev 25744)
+++ xfce4-panel/trunk/ChangeLog 2007-05-22 18:35:30 UTC (rev 25745)
@@ -1,3 +1,8 @@
+2007-05-22 20:34 nick
+
+ * plugins/launcher/launcher-dialog.c: Always update the panel icon when dropping
+ a desktop file in the frame.
+
2007-05-22 12:33 nick
* configure.in.in, plugins/launcher/launcher-exec.c: Avoid zombie processes.
Modified: xfce4-panel/trunk/plugins/launcher/launcher-dialog.c
===================================================================
--- xfce4-panel/trunk/plugins/launcher/launcher-dialog.c 2007-05-22 18:20:49 UTC (rev 25744)
+++ xfce4-panel/trunk/plugins/launcher/launcher-dialog.c 2007-05-22 18:35:30 UTC (rev 25745)
@@ -401,6 +401,9 @@
/* update the tree */
launcher_dialog_tree_update_row (ld, COL_TEXT);
launcher_dialog_tree_update_row (ld, COL_ICON);
+
+ /* also update the panel button icon */
+ ld->launcher->icon_update_required = TRUE;
/* update the panel */
launcher_dialog_update_panel (ld);
More information about the Xfce4-commits
mailing list