summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdownicon.cxx
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2011-06-20 11:43:55 +0200
committerPetr Mladek <pmladek@suse.cz>2011-06-20 11:43:55 +0200
commit0a5a7727e34787b7f1ee6e1e5e07aeb13bdf9ed5 (patch)
treeb779711292e73a54ce17f6519ae9ed821f4b4898 /sfx2/source/appl/shutdownicon.cxx
parenta3410712994077e8a4687cc90da6f6299f2e5e7d (diff)
correctly build GTK systray icon
the setting was lost during move the GNU make Signed-off-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'sfx2/source/appl/shutdownicon.cxx')
-rw-r--r--sfx2/source/appl/shutdownicon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index 36dd915ca6..6cab93586a 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -90,7 +90,7 @@ extern "C" { static void SAL_CALL thisModule() {} }
# endif
#endif
-#if defined(UNX) && defined(ENABLE_SYSTRAY_GTK)
+#if defined(UNX) && defined(ENABLE_SYSTRAY_GTK) && !defined(PLUGIN_NAME)
#define PLUGIN_NAME "libqstart_gtkli.so"
#endif