From 7e9557a4ec83055168bebb4244446816e0e88e50 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Sun, 23 Sep 2007 17:59:09 +0000 Subject: Change the hint of the bookmarking properties dialog to DIALOG, instead of NORMAL. Make bookmarking work in fullscreen mode and does not put bookmark properties windows in the taskbar. Fixes bug #478928. svn path=/trunk/; revision=7482 --- src/bookmarks/ephy-bookmark-properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index d216a0b0b..7b18fe2f1 100644 --- a/src/bookmarks/ephy-bookmark-properties.c +++ b/src/bookmarks/ephy-bookmark-properties.c @@ -515,7 +515,7 @@ ephy_bookmark_properties_constructor (GType type, priv = properties->priv; gtk_window_set_icon_name (window, EPHY_STOCK_BOOKMARK); - gtk_window_set_type_hint (window, GDK_WINDOW_TYPE_HINT_NORMAL); + gtk_window_set_type_hint (window, GDK_WINDOW_TYPE_HINT_DIALOG); g_signal_connect (properties, "response", G_CALLBACK (bookmark_properties_response_cb), properties); -- cgit v1.2.3