aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-06-29 06:39:55 +0800
committerXan Lopez <xlopez@igalia.com>2011-06-29 20:53:01 +0800
commitc652dbec96495d77fb85860ce1a01008b48c56a1 (patch)
treea98726e92c3c579d3bbec6b793af19114b9d17f8 /src/ephy-main.c
parent841b59d9a2af4492c8c51a040ea164e46c5093b9 (diff)
downloadgsoc2013-epiphany-c652dbec96495d77fb85860ce1a01008b48c56a1.tar
gsoc2013-epiphany-c652dbec96495d77fb85860ce1a01008b48c56a1.tar.gz
gsoc2013-epiphany-c652dbec96495d77fb85860ce1a01008b48c56a1.tar.bz2
gsoc2013-epiphany-c652dbec96495d77fb85860ce1a01008b48c56a1.tar.lz
gsoc2013-epiphany-c652dbec96495d77fb85860ce1a01008b48c56a1.tar.xz
gsoc2013-epiphany-c652dbec96495d77fb85860ce1a01008b48c56a1.tar.zst
gsoc2013-epiphany-c652dbec96495d77fb85860ce1a01008b48c56a1.zip
ephy-application: set G_APPLICATION_NON_UNIQUE inside the object
Based on the private-instance paramater.
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 2194e2869..323389467 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -421,14 +421,6 @@ main (int argc,
_ephy_shell_create_instance (application);
g_object_unref (application);
- if (private_instance) {
- GApplicationFlags flags;
-
- flags = g_application_get_flags (G_APPLICATION (application));
- flags |= G_APPLICATION_NON_UNIQUE;
-
- g_application_set_flags (G_APPLICATION (application), flags);
- }
startup_flags = get_startup_flags ();
ctx = ephy_application_startup_context_new (startup_flags,
bookmarks_file,