r9527 - in /desktop/experimental/epiphany-browser/debian: changelog patches/10_url_double-click.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Apr 5 21:26:48 UTC 2007


Author: joss
Date: Thu Apr  5 21:26:48 2007
New Revision: 9527

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9527
Log:
* 10_url_double-click.patch: patch from Sam Hocevar to make the 
  behavior when double-clicking in the URL bar conform to the rest of 
  the desktop (closes: #417836).

Added:
    desktop/experimental/epiphany-browser/debian/patches/10_url_double-click.patch
Modified:
    desktop/experimental/epiphany-browser/debian/changelog
    desktop/experimental/epiphany-browser/debian/patches/series

Modified: desktop/experimental/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/changelog?rev=9527&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/changelog (original)
+++ desktop/experimental/epiphany-browser/debian/changelog Thu Apr  5 21:26:48 2007
@@ -1,11 +1,17 @@
 epiphany-browser (2.18.0-3) UNRELEASED; urgency=low
 
+  [ Loic Minier ]
   * Add a pre-build:: target to workaround a missing nspr.pc in libxul-dev
     1.8.0.11-3: symlink xulrunner-nspr.pc as nspr.pc in debian/pkg-config and
     list debian/pkg-config in PKG_CONFIG_PATH; thanks Sam Morris and
     Mike Hommey.
 
- -- Loic Minier <lool at dooz.org>  Sat, 31 Mar 2007 14:01:42 +0200
+  [ Josselin Mouette ]
+  * 10_url_double-click.patch: patch from Sam Hocevar to make the 
+    behavior when double-clicking in the URL bar conform to the rest of 
+    the desktop (closes: #417836).
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 05 Apr 2007 23:25:32 +0200
 
 epiphany-browser (2.18.0-2) experimental; urgency=low
 

Added: desktop/experimental/epiphany-browser/debian/patches/10_url_double-click.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/patches/10_url_double-click.patch?rev=9527&op=file
==============================================================================
--- desktop/experimental/epiphany-browser/debian/patches/10_url_double-click.patch (added)
+++ desktop/experimental/epiphany-browser/debian/patches/10_url_double-click.patch Thu Apr  5 21:26:48 2007
@@ -1,0 +1,31 @@
+diff -puriN epiphany-browser-2.18.0.orig/lib/widgets/ephy-location-entry.c epiphany-browser-2.18.0/lib/widgets/ephy-location-entry.c
+--- epiphany-browser-2.18.0.orig/lib/widgets/ephy-location-entry.c	2007-03-06 13:31:54 +0100
++++ epiphany-browser-2.18.0/lib/widgets/ephy-location-entry.c	2007-04-04 20:50:45 +0200
+@@ -369,18 +369,6 @@ editable_changed_cb (GtkEditable *editab
+ }
+ 
+ static gboolean
+-entry_button_press_cb (GtkWidget *entry, GdkEventButton *event, EphyLocationEntry *le)
+-{
+-	if (event->button == 1 && event->type == GDK_2BUTTON_PRESS)
+-	{
+-		ephy_location_entry_activate (le);
+-		return TRUE;
+-	}
+-
+-	return FALSE;
+-}
+-
+-static gboolean
+ entry_key_press_cb (GtkEntry *entry,
+ 		    GdkEventKey *event,
+ 		    EphyLocationEntry *lentry)
+@@ -939,8 +927,6 @@ ephy_location_entry_construct_contents (
+ 				G_CALLBACK (entry_key_press_after_cb), entry);
+ 	g_signal_connect_after (priv->icon_entry->entry, "activate",
+ 				G_CALLBACK (entry_activate_after_cb), entry);
+-	g_signal_connect (priv->icon_entry->entry, "button-press-event",
+-			  G_CALLBACK (entry_button_press_cb), entry);
+ 	g_signal_connect (priv->icon_entry->entry, "changed",
+ 			  G_CALLBACK (editable_changed_cb), entry);
+ 	g_signal_connect (priv->icon_entry->entry, "drag-motion",

Modified: desktop/experimental/epiphany-browser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/patches/series?rev=9527&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/patches/series (original)
+++ desktop/experimental/epiphany-browser/debian/patches/series Thu Apr  5 21:26:48 2007
@@ -7,4 +7,5 @@
 07_bookmarks.patch
 08_load_on_new_tab.patch
 09_download_dialog.patch -p0
+10_url_double-click.patch
 99_configure.patch




More information about the pkg-gnome-commits mailing list