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
1=== modified file 'src/dialog.c'
2--- src/dialog.c 2009-02-18 16:04:57 +0000
3+++ src/dialog.c 2009-02-27 01:06:21 +0000
4@@ -215,6 +215,11 @@
5 G_CALLBACK (handle_response),
6 dialog);
7
8+ gtk_window_set_focus (GTK_WINDOW (dialog),
9+ NULL);
10+ gtk_window_set_default (GTK_WINDOW (dialog),
11+ NULL);
12+
13 gtk_widget_show_all (dialog);
14
15 /* pretend its visible, so that the purge algorithm

Subscribers

People subscribed via source and target branches