2007-08-02 07:34:06 |
Ryan Rushton |
description |
This is a patch to add a different name to the window the holds all the icons/applets/etc
=== modified file 'src/awn-window.c'
--- src/awn-window.c 2007-07-30 23:21:37 +0000
+++ src/awn-window.c 2007-08-02 07:26:13 +0000
@@ -109,7 +109,8 @@
wnck_set_client_type (WNCK_CLIENT_TYPE_PAGER);
type_registered = TRUE;
}
-
+
+ gtk_window_set_title(GTK_WINDOW(this), "awn_elements");
_on_alpha_screen_changed (GTK_WIDGET(this), NULL, NULL);
gtk_widget_set_app_paintable (GTK_WIDGET(this), TRUE);
gtk_window_resize (GTK_WINDOW(this), AWN_WINDOW_DEFAULT_WIDTH, (set->bar_height + 2) * 2); |
This is a patch to add a different name to the window the holds all the icons/applets/etc. This is needed for the new AWN Manager to find the bar and take a screenshot of it when saving a theme.
=== modified file 'src/awn-window.c'
--- src/awn-window.c 2007-07-30 23:21:37 +0000
+++ src/awn-window.c 2007-08-02 07:26:13 +0000
@@ -109,7 +109,8 @@
wnck_set_client_type (WNCK_CLIENT_TYPE_PAGER);
type_registered = TRUE;
}
-
+
+ gtk_window_set_title(GTK_WINDOW(this), "awn_elements");
_on_alpha_screen_changed (GTK_WIDGET(this), NULL, NULL);
gtk_widget_set_app_paintable (GTK_WIDGET(this), TRUE);
gtk_window_resize (GTK_WINDOW(this), AWN_WINDOW_DEFAULT_WIDTH, (set->bar_height + 2) * 2); |
|