After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723022 - epiphany -p with arguments opens an additional empty window
epiphany -p with arguments opens an additional empty window
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
git master
Other Mac OS
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-26 15:10 UTC by Carlos Garcia Campos
Modified: 2014-02-05 17:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Do not open an additional empty window when ephy is launched in private mode with arguments (3.26 KB, patch)
2014-01-26 15:12 UTC, Carlos Garcia Campos
committed Details | Review

Description Carlos Garcia Campos 2014-01-26 15:10:45 UTC
ssia
Comment 1 Carlos Garcia Campos 2014-01-26 15:12:48 UTC
Created attachment 267233 [details] [review]
Do not open an additional empty window when ephy is launched in private mode with arguments
Comment 2 Claudio Saavedra 2014-02-05 15:01:01 UTC
Review of attachment 267233 [details] [review]:

Looks good.

::: src/ephy-main.c
@@ +432,2 @@
     mode = EPHY_EMBED_SHELL_MODE_PRIVATE;
+    /* In privaye mode the session autoresume will always open an empty window.

Typo here.