X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-hildon1-window-mgr.c;h=629b7c8c237ea399b2be94ebfeb11d024d0786d0;hp=eb1de4ef12cd718b86f8f3c8cde133a61e88c5ce;hb=4d39841513a3a7f7aa9d38ab97cb9fcc9171e80b;hpb=b8143cd888f24df1dd8a77b2bb3206e8fd72314c diff --git a/src/widgets/modest-hildon1-window-mgr.c b/src/widgets/modest-hildon1-window-mgr.c index eb1de4e..629b7c8 100644 --- a/src/widgets/modest-hildon1-window-mgr.c +++ b/src/widgets/modest-hildon1-window-mgr.c @@ -680,7 +680,7 @@ modest_hildon1_window_mgr_unregister_window (ModestWindowMgr *self, win = g_list_find (priv->window_list, window); if (!win) { - g_warning ("Trying to unregister a window that has not being registered yet"); + g_debug ("Trying to unregister a window that has not being registered yet"); return; } @@ -1004,7 +1004,7 @@ remove_modal_from_queue (GtkWidget *widget, g_mutex_lock (priv->queue_lock); item = g_queue_find (priv->modal_windows, widget); if (!item) { - g_warning ("Trying to remove a modal window that is not registered"); + g_debug ("Trying to remove a modal window that is not registered"); g_mutex_unlock (priv->queue_lock); return; }