[Xfce4-commits] <xfce4-panel:devel> Remove tabs in the show desktop plugin code.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:30:47 CEST 2009
Updating branch refs/heads/devel
to d68594eff4580c792da53418e1aa97acc2a41d39 (commit)
from 6a0f1e6adaa06dd6fc31404c40e90f3a6497fe82 (commit)
commit d68594eff4580c792da53418e1aa97acc2a41d39
Author: Nick Schermer <nick at xfce.org>
Date: Sat Mar 21 20:59:04 2009 +0100
Remove tabs in the show desktop plugin code.
plugins/showdesktop/showdesktop.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/plugins/showdesktop/showdesktop.c b/plugins/showdesktop/showdesktop.c
index f02c56d..4fd284e 100644
--- a/plugins/showdesktop/showdesktop.c
+++ b/plugins/showdesktop/showdesktop.c
@@ -42,18 +42,18 @@ static void show_desktop_plugin_showing_desktop_changed (WnckScreen
struct _ShowDesktopPluginClass
{
- XfcePanelPluginClass __parent__;
+ XfcePanelPluginClass __parent__;
};
struct _ShowDesktopPlugin
{
- XfcePanelPlugin __parent__;
+ XfcePanelPlugin __parent__;
- /* the toggle button */
- GtkWidget *button;
+ /* the toggle button */
+ GtkWidget *button;
- /* the wnck screen */
- WnckScreen *wnck_screen;
+ /* the wnck screen */
+ WnckScreen *wnck_screen;
};
More information about the Xfce4-commits
mailing list