aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-window.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 80d27f451..df3ee6bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-02 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-window.c:
+
+ Revert change from H18 patch which shouldn't have been committed.
+
2005-11-01 Philip Langdale <philipl@mail.utexas.edu>
* src/ephy-window.c: (ephy_window_key_press_event),
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 36493e841..36bd12b08 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -382,7 +382,7 @@ static const struct
#define BOOKMARKS_MENU_PATH "/menubar/BookmarksMenu"
/* Until https://bugzilla.mozilla.org/show_bug.cgi?id=296002 is fixed */
-//#define KEEP_TAB_IN_SAME_TOPLEVEL
+#define KEEP_TAB_IN_SAME_TOPLEVEL
#define EPHY_WINDOW_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_WINDOW, EphyWindowPrivate))