diff options
-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); |