Merge lp:~ted/indicator-session/bad-window-icon into lp:indicator-session/0.1

Proposed by Ted Gould
Status: Merged
Merged at revision: not available
Proposed branch: lp:~ted/indicator-session/bad-window-icon
Merge into: lp:indicator-session/0.1
Diff against target: 10 lines
1 file modified
src/gtk-dialog/logout-dialog.c (+1/-0)
To merge this branch: bzr merge lp:~ted/indicator-session/bad-window-icon
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+12894@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ted Gould (ted) wrote :

The window icon was incorrect when the property was changed, it needs to change there also.

Revision history for this message
Neil J. Patel (njpatel) wrote :

Approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/gtk-dialog/logout-dialog.c'
2--- src/gtk-dialog/logout-dialog.c 2009-09-25 08:44:11 +0000
3+++ src/gtk-dialog/logout-dialog.c 2009-10-05 21:15:19 +0000
4@@ -163,6 +163,7 @@
5
6 gtk_image_set_from_icon_name(GTK_IMAGE(dialog->image), icon_strings[dialog->action], GTK_ICON_SIZE_DIALOG);
7 gtk_window_set_title (GTK_WINDOW(dialog), _(title_strings[dialog->action]));
8+ gtk_window_set_icon_name (GTK_WINDOW(dialog), icon_strings[dialog->action]);
9 gtk_widget_hide(dialog->message);
10 gtk_button_set_label(GTK_BUTTON(dialog->ok_button), _(button_strings[dialog->action]));
11

Subscribers

People subscribed via source and target branches