[Xfce4-commits] <xfce4-smartbookmark-plugin:master> Fix up some files to make the plugin work on modern panels

Florian Rivoal noreply at xfce.org
Tue Nov 1 14:52:01 CET 2011


Updating branch refs/heads/master
         to 749170760e463aa781902bdf97b22f5c0d45197e (commit)
       from db0795cc9cd65c0ee4a71c69551f4519683edb7d (commit)

commit 749170760e463aa781902bdf97b22f5c0d45197e
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Nov 1 05:02:10 2011 -0700

    Fix up some files to make the plugin work on modern panels
    
    This addresses Bugs 6939 and 6940.

 configure.ac                    |    2 +-
 src/smartbookmark.desktop.in.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1ba88d4..cb344f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ XDT_I18N([ca cs en_GB eu fr hu it pl pt_PT sq zh_TW])
 dnl Check for required packages
 XDT_CHECK_LIBX11_REQUIRE()
 XDT_CHECK_PACKAGE([GDK], [gdk-2.0], [2.0])
-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfce4panel-1.0], [4.2])
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.2])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
 
 XDT_FEATURE_DEBUG()
diff --git a/src/smartbookmark.desktop.in.in b/src/smartbookmark.desktop.in.in
index 83464ff..7bafece 100644
--- a/src/smartbookmark.desktop.in.in
+++ b/src/smartbookmark.desktop.in.in
@@ -4,5 +4,5 @@ Encoding=UTF-8
 _Name=SmartBookmark
 _Comment=Query websites from the Xfce panel
 Icon=gtk-preferences
-X-XFCE-Module=@INTERNAL_PLUGIN_PATH@/libsmartbookmark.so
+X-XFCE-Module=smartbookmark
 X-XFCE-Unique=false


More information about the Xfce4-commits mailing list