aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@src.gnome.org>2007-09-24 01:59:09 +0800
committerCosimo Cecchi <cosimoc@src.gnome.org>2007-09-24 01:59:09 +0800
commit7e9557a4ec83055168bebb4244446816e0e88e50 (patch)
tree189158e87289f62a8a2ec17518238a3ce12d2d42 /src
parent339bc0df22701ab3b0e2c8ce109fe1a719ec5911 (diff)
downloadgsoc2013-epiphany-7e9557a4ec83055168bebb4244446816e0e88e50.tar
gsoc2013-epiphany-7e9557a4ec83055168bebb4244446816e0e88e50.tar.gz
gsoc2013-epiphany-7e9557a4ec83055168bebb4244446816e0e88e50.tar.bz2
gsoc2013-epiphany-7e9557a4ec83055168bebb4244446816e0e88e50.tar.lz
gsoc2013-epiphany-7e9557a4ec83055168bebb4244446816e0e88e50.tar.xz
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')
-rw-r--r--src/bookmarks/ephy-bookmark-properties.c2
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);