Bug#317724: epiphany-browser: cannot move tabs to other windows

Mike Hommey mh at glandium.org
Tue Aug 29 08:24:17 UTC 2006


tag 317724 patch
thanks

On Sat, May 13, 2006 at 07:38:27PM +0200, Josselin Mouette <joss at debian.org> wrote:
> clone 317724 -1
> block 317724 by -1
> reassign -1 libxul0d
> forwarded -1 https://bugzilla.mozilla.org/show_bug.cgi?id=296002
> thanks
> 
> This was deactivated because of
> http://bugzilla.gnome.org/show_bug.cgi?id=303922

#367106 has been fixed in libxul0d 1.8.0.5-2.
You may apply the attached patch to reenable the tab moving feature and fix #317724.
(tested an approved here)

Mike
-------------- next part --------------
diff -ruN epiphany-browser-2.14.3/src/ephy-notebook.c epiphany-browser-2.14.3.new/src/ephy-notebook.c
--- epiphany-browser-2.14.3/src/ephy-notebook.c	2006-01-08 16:22:01.000000000 +0100
+++ epiphany-browser-2.14.3.new/src/ephy-notebook.c	2006-08-29 10:22:18.000000000 +0200
@@ -56,7 +56,7 @@
 #define INSANE_NUMBER_OF_URLS 20
 
 /* Until https://bugzilla.mozilla.org/show_bug.cgi?id=296002 is fixed */
-#define KEEP_TAB_IN_SAME_TOPLEVEL
+#undef KEEP_TAB_IN_SAME_TOPLEVEL
 
 #define EPHY_NOTEBOOK_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_NOTEBOOK, EphyNotebookPrivate))
 
diff -ruN epiphany-browser-2.14.3/src/ephy-window.c epiphany-browser-2.14.3.new/src/ephy-window.c
--- epiphany-browser-2.14.3/src/ephy-window.c	2006-07-10 21:28:21.000000000 +0200
+++ epiphany-browser-2.14.3.new/src/ephy-window.c	2006-08-29 10:22:18.000000000 +0200
@@ -398,7 +398,7 @@
 #define SETTINGS_CONNECTION_DATA_KEY	"EphyWindowSettings"
 
 /* Until https://bugzilla.mozilla.org/show_bug.cgi?id=296002 is fixed */
-#define KEEP_TAB_IN_SAME_TOPLEVEL
+#undef KEEP_TAB_IN_SAME_TOPLEVEL
 
 #define EPHY_WINDOW_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_WINDOW, EphyWindowPrivate))
 


More information about the Pkg-gnome-maintainers mailing list