Updating branch refs/heads/master
         to 1e35e8ba402630ae3b21d477bc90ae6413b8184e (commit)
       from cfd7e385dbd2746e4e375d71f0888505d37b800c (commit)

commit 1e35e8ba402630ae3b21d477bc90ae6413b8184e
Author: Nick Schermer <[email protected]>
Date:   Tue Aug 3 23:42:37 2010 +0200

    Also set names on startup.

 xfce4-settings-helper/workspaces.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/xfce4-settings-helper/workspaces.c 
b/xfce4-settings-helper/workspaces.c
index 1d2b0dd..b8de631 100644
--- a/xfce4-settings-helper/workspaces.c
+++ b/xfce4-settings-helper/workspaces.c
@@ -108,6 +108,8 @@ xfce_workspaces_helper_init (XfceWorkspacesHelper *helper)
     gdk_window_set_events (root_window, events | GDK_PROPERTY_CHANGE_MASK);
     gdk_window_add_filter (root_window, xfce_workspaces_helper_filter_func, 
helper);
 
+    xfce_workspaces_helper_set_names (helper);
+
     g_signal_connect (G_OBJECT(helper->channel),
                       "property-changed::" WORKSPACE_NAMES_PROP,
                       G_CALLBACK( xfce_workspaces_helper_prop_changed), 
helper);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to