Awn

Activity log for bug #129883

Date Who What changed Old value New value Message
2007-08-02 07:30:55 Ryan Rushton bug added bug
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);
2007-08-02 11:20:20 haytjes awn: importance Undecided High
2007-08-02 11:20:20 haytjes awn: statusexplanation
2007-08-02 12:25:02 haytjes awn: status New Fix Released
2007-08-02 12:25:02 haytjes awn: assignee h4writer