diff options
author | Alberto Garcia <agarcia@igalia.com> | 2009-12-03 10:21:49 +0100 |
---|---|---|
committer | Alberto Garcia <agarcia@igalia.com> | 2009-12-03 10:21:49 +0100 |
commit | a2acee8e15465c674ac25b8fa176e6107ab52ab7 (patch) | |
tree | 79147d13b2152573a97c2fef952c1f644de06853 | |
parent | 549fe1c479f5c11cc6cd6a91f49f44a60ea22e44 (diff) |
Revert "Don't make HildonNote modal by default"
This reverts commit ac143ab272c8f7283e39fe850496117d0f309a17, since it
was causing a regression (NB#149174)
-rw-r--r-- | hildon/hildon-note.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hildon/hildon-note.c b/hildon/hildon-note.c index 0fd4c67..8e2c3f4 100644 --- a/hildon/hildon-note.c +++ b/hildon/hildon-note.c @@ -471,6 +471,7 @@ hildon_note_init (HildonNote *dialog) g_object_ref_sink (priv->label); gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); + gtk_window_set_modal (GTK_WINDOW (dialog), TRUE); /* We use special hint to turn the note into information notification. */ gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_NOTIFICATION); |