Merge lp:~bratsche/notify-osd/330091 into lp:notify-osd/trunk

Proposed by David Barth
Status: Merged
Approved by: David Barth
Approved revision: 207
Merge reported by: David Barth
Merged at revision: not available
Proposed branch: lp:~bratsche/notify-osd/330091
Merge into: lp:notify-osd/trunk
Diff against target: None lines
To merge this branch: bzr merge lp:~bratsche/notify-osd/330091
Reviewer Review Type Date Requested Status
David Barth (community) Approve
Review via email: mp+4014@code.launchpad.net
To post a comment you must log in.
Revision history for this message
David Barth (dbarth) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/dialog.c'
--- src/dialog.c 2009-02-18 16:04:57 +0000
+++ src/dialog.c 2009-02-27 01:06:21 +0000
@@ -215,6 +215,11 @@
215 G_CALLBACK (handle_response),215 G_CALLBACK (handle_response),
216 dialog);216 dialog);
217217
218 gtk_window_set_focus (GTK_WINDOW (dialog),
219 NULL);
220 gtk_window_set_default (GTK_WINDOW (dialog),
221 NULL);
222
218 gtk_widget_show_all (dialog);223 gtk_widget_show_all (dialog);
219224
220 /* pretend its visible, so that the purge algorithm225 /* pretend its visible, so that the purge algorithm

Subscribers

People subscribed via source and target branches