diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-10-27 23:27:49 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-11-04 21:59:28 -0200 |
commit | 48d1866a0fc776c4b4481d2dd817fb3aaa5e1232 (patch) | |
tree | 0862bea55526494c1cd2e9784597e12599f6c27f /desktop | |
parent | a33f1f014102eaf0d834387921cd0f8acfedaad9 (diff) | |
download | slackbuilds-48d1866a0fc776c4b4481d2dd817fb3aaa5e1232.tar.gz |
desktop/xfce4-quicklauncher-plugin: Fixed desktop file
Thanks to Roberto Neri and Anton Worshevsky for the bug reports.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/xfce4-quicklauncher-plugin/allow_adding_plugin_to_panel.diff | 2 | ||||
-rw-r--r-- | desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/xfce4-quicklauncher-plugin/allow_adding_plugin_to_panel.diff b/desktop/xfce4-quicklauncher-plugin/allow_adding_plugin_to_panel.diff index c8dc316675..787962c0ff 100644 --- a/desktop/xfce4-quicklauncher-plugin/allow_adding_plugin_to_panel.diff +++ b/desktop/xfce4-quicklauncher-plugin/allow_adding_plugin_to_panel.diff @@ -6,5 +6,5 @@ diff -Nur xfce4-quicklauncher-plugin-1.9.4.orig//panel-plugin/quicklauncher.desk _Comment=Program with several launchers Icon=gnome-fs-executable -X-XFCE-Module=@INTERNAL_PLUGIN_PATH@/libquicklauncher.so -+X-XFCE-Module-Path=quicklauncher ++X-XFCE-Module=quicklauncher +X-XFCE-Module-Path=@INTERNAL_PLUGIN_PATH@ diff --git a/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild b/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild index 2a4850b16a..f6574a0224 100644 --- a/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild +++ b/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=xfce4-quicklauncher-plugin VERSION=1.9.4 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |