diff options
author | Jannis Pohlmann <jannis@xfce.org> | 2008-09-14 21:15:10 +0000 |
---|---|---|
committer | Jannis Pohlmann <jannis@xfce.org> | 2008-09-14 21:15:10 +0000 |
commit | d934013e03cacaba539e6ae4d49e1b25a36c3356 (patch) | |
tree | 0696d29e35fba82d3f67abafb21ed51fa3006c1c | |
parent | 13a36b4957505d5b2f5a5ebd6109cd9ec1bbc045 (diff) | |
download | xfwm4-d934013e03cacaba539e6ae4d49e1b25a36c3356.tar.gz |
* settings-dialogs/*.desktop.in: Add X-XfcePluggable=true to desktop
files of the settings dialogs.
(Old svn revision: 27878)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | settings-dialogs/xfce-wm-settings.desktop.in | 1 | ||||
-rw-r--r-- | settings-dialogs/xfce-wmtweaks-settings.desktop.in | 1 | ||||
-rw-r--r-- | settings-dialogs/xfce-workspaces-settings.desktop.in | 1 |
4 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-09-14 23:13 jannis + + * settings-dialogs/*.desktop.in: Add X-XfcePluggable=true to desktop + files of the settings dialogs. + 2008-09-14 22:18 jannis * settings-dialogs/tweaks-settings.c: Add copyright hint. diff --git a/settings-dialogs/xfce-wm-settings.desktop.in b/settings-dialogs/xfce-wm-settings.desktop.in index e7e31ec0d..32cf14afc 100644 --- a/settings-dialogs/xfce-wm-settings.desktop.in +++ b/settings-dialogs/xfce-wm-settings.desktop.in @@ -11,3 +11,4 @@ Type=Application Categories=X-XFCE;Settings;DesktopSettings;X-XfceSettingsDialog; StartupNotify=true OnlyShowIn=XFCE; +X-XfcePluggable=true diff --git a/settings-dialogs/xfce-wmtweaks-settings.desktop.in b/settings-dialogs/xfce-wmtweaks-settings.desktop.in index 68e66bc9a..2906334e8 100644 --- a/settings-dialogs/xfce-wmtweaks-settings.desktop.in +++ b/settings-dialogs/xfce-wmtweaks-settings.desktop.in @@ -10,3 +10,4 @@ Type=Application Categories=X-XFCE;Settings;DesktopSettings;X-XfceSettingsDialog; StartupNotify=true OnlyShowIn=XFCE; +X-XfcePluggable=true diff --git a/settings-dialogs/xfce-workspaces-settings.desktop.in b/settings-dialogs/xfce-workspaces-settings.desktop.in index e3ba57d5f..8bb2d45de 100644 --- a/settings-dialogs/xfce-workspaces-settings.desktop.in +++ b/settings-dialogs/xfce-workspaces-settings.desktop.in @@ -11,3 +11,4 @@ Type=Application Categories=X-XFCE;Settings;DesktopSettings;X-XfceSettingsDialog; StartupNotify=true OnlyShowIn=XFCE; +X-XfcePluggable=true |