diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-09-24 01:59:09 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-09-24 01:59:09 +0800 |
commit | 7e9557a4ec83055168bebb4244446816e0e88e50 (patch) | |
tree | 189158e87289f62a8a2ec17518238a3ce12d2d42 /src/bookmarks | |
parent | 339bc0df22701ab3b0e2c8ce109fe1a719ec5911 (diff) | |
download | gsoc2013-epiphany-7e9557a4ec83055168bebb4244446816e0e88e50.tar.gz gsoc2013-epiphany-7e9557a4ec83055168bebb4244446816e0e88e50.tar.zst gsoc2013-epiphany-7e9557a4ec83055168bebb4244446816e0e88e50.zip |
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
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |