aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
authorJames Willcox <jwillcox@gnome.org>2003-02-07 06:32:01 +0800
committerJames Willcox <jwillcox@src.gnome.org>2003-02-07 06:32:01 +0800
commit1d8988f4d183bc8481a1ed6d10ca8d0d976266bd (patch)
treee4850771f04f625d7f9f973bb1e2186c60277609 /src/ephy-main.c
parentcf749bea95aaede12db0475b9205f79fdc227765 (diff)
downloadgsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.tar
gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.tar.gz
gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.tar.bz2
gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.tar.lz
gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.tar.xz
gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.tar.zst
gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.zip
Make the bookmarks editor remember the last selected keyword, and make
2003-02-06 James Willcox <jwillcox@gnome.org> * data/epiphany.schemas.in: * lib/ephy-prefs.h: * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_class_init), (ephy_bookmarks_editor_dispose), (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-node-view.c: (ephy_node_view_select_node): * src/ephy-main.c: (ephy_main_start): Make the bookmarks editor remember the last selected keyword, and make startup-notification not hang when using the existing instance.
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 46fac6e6a..96509fb00 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -265,6 +265,8 @@ ephy_main_start (gpointer data)
CORBA_exception_free (&corba_env);
+ gdk_notify_startup_complete ();
+
return FALSE;
}