X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-window-mgr.c;h=741b5c5977d6ce9fb56b7f9cb25e7c3c78f62e68;hp=43297e97e293280c284bbc1e455ad94f5fc45f49;hb=d42b4f82aa0e3d0150d65487eb1ef46ee3214017;hpb=f0fb7bbb8a0f9760741a88daacb3363b3e5b4551 diff --git a/src/widgets/modest-window-mgr.c b/src/widgets/modest-window-mgr.c index 43297e9..741b5c5 100644 --- a/src/widgets/modest-window-mgr.c +++ b/src/widgets/modest-window-mgr.c @@ -1160,6 +1160,8 @@ modest_window_mgr_set_modal (ModestWindowMgr *self, G_CALLBACK (on_modal_window_close), self); } + /* Destroy width parent */ + gtk_window_set_destroy_with_parent (window, TRUE); }