r13346 - in /desktop/unstable/epiphany-browser/debian: changelog patches/04_move_tabs.patch patches/series

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Nov 1 08:50:46 UTC 2007


Author: slomo
Date: Thu Nov  1 08:50:46 2007
New Revision: 13346

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13346
Log:
* fix changelog and add disabled patch again

Added:
    desktop/unstable/epiphany-browser/debian/patches/04_move_tabs.patch
Modified:
    desktop/unstable/epiphany-browser/debian/changelog
    desktop/unstable/epiphany-browser/debian/patches/series

Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=13346&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog (original)
+++ desktop/unstable/epiphany-browser/debian/changelog Thu Nov  1 08:50:46 2007
@@ -15,11 +15,11 @@
   * New upstream bugfix release:
     + debian/patches/02_ac_init.patch:
       - Updated for the new version.
-    + debian/patches/04_move_tabs.patch,
-      debian/patches/12_contentmanager_block_https.patch:
+    + debian/patches/12_contentmanager_block_https.patch:
       - Dropped, merged upstream.
   * debian/patches/15_webkit-gtk-api.patch:
     + Update to the latest WebKit/Gtk API. Patch taken from upstream SVN.
+      Closes: #447371.
   * debian/patches/16_webkit-missing-methods.patch:
     + Implement some missing methods and add some workarounds for WebKit
       bugs. Patch taken from upstream SVN. There are more patches in SVN

Added: desktop/unstable/epiphany-browser/debian/patches/04_move_tabs.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/04_move_tabs.patch?rev=13346&op=file
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/04_move_tabs.patch (added)
+++ desktop/unstable/epiphany-browser/debian/patches/04_move_tabs.patch Thu Nov  1 08:50:46 2007
@@ -1,0 +1,13 @@
+Index: epiphany-browser-2.18.0/src/ephy-notebook.c
+===================================================================
+--- epiphany-browser-2.18.0.orig/src/ephy-notebook.c	2007-03-06 12:31:28.000000000 +0000
++++ epiphany-browser-2.18.0/src/ephy-notebook.c	2007-03-11 20:57:46.000000000 +0000
+@@ -58,7 +58,7 @@
+ #define TOOLTIP_MAX_LENGTH 256
+ 
+ /* 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))
+ 

Modified: desktop/unstable/epiphany-browser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/series?rev=13346&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/series (original)
+++ desktop/unstable/epiphany-browser/debian/patches/series Thu Nov  1 08:50:46 2007
@@ -2,6 +2,7 @@
 01_bookmarks_menu.patch
 02_ac_init.patch
 03_dbus.patch
+#04_move_tabs.patch
 05_libexecdir.patch
 06_ssl_weak_ciphers.patch
 07_bookmarks.patch




More information about the pkg-gnome-commits mailing list