r40122 - in /packages/unstable/xchat-gnome/debian: changelog patches/03_scroll_wheel.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Oct 26 20:11:37 UTC 2013


Author: joss
Date: Sat Oct 26 20:11:36 2013
New Revision: 40122

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40122
Log:
03_scroll_wheel.patch: new patch. Let scroll events be received by 
the widget.

Added:
    packages/unstable/xchat-gnome/debian/patches/03_scroll_wheel.patch
Modified:
    packages/unstable/xchat-gnome/debian/changelog
    packages/unstable/xchat-gnome/debian/patches/series

Modified: packages/unstable/xchat-gnome/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/changelog?rev=40122&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/changelog	[utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/changelog	[utf-8] Sat Oct 26 20:11:36 2013
@@ -1,11 +1,13 @@
-xchat-gnome (1:0.30.0~git20131003.d20b8d-2) UNRELEASED; urgency=low
+xchat-gnome (1:0.30.0~git20131003.d20b8d-2) unstable; urgency=low
 
   * 01_finish_gtk3_port.patch: new patch. Imported from BZ#677043, 
     contains the missing pieces of the GTK3 port.
   * 02_bring_back_completion.patch: reverts unwarranted upstream changes 
     that remove entirely tab completion.
-
- -- Josselin Mouette <joss at debian.org>  Sat, 26 Oct 2013 20:01:40 +0200
+  * 03_scroll_wheel.patch: new patch. Let scroll events be received by 
+    the widget.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 26 Oct 2013 22:08:18 +0200
 
 xchat-gnome (1:0.30.0~git20131003.d20b8d-1) unstable; urgency=low
 

Added: packages/unstable/xchat-gnome/debian/patches/03_scroll_wheel.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/03_scroll_wheel.patch?rev=40122&op=file
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/03_scroll_wheel.patch	(added)
+++ packages/unstable/xchat-gnome/debian/patches/03_scroll_wheel.patch	[utf-8] Sat Oct 26 20:11:36 2013
@@ -0,0 +1,13 @@
+Index: xchat-gnome-0.30.0~git20131003.d20b8d/src/fe-gnome/xtext.c
+===================================================================
+--- xchat-gnome-0.30.0~git20131003.d20b8d.orig/src/fe-gnome/xtext.c	2013-10-04 00:05:49.000000000 +0200
++++ xchat-gnome-0.30.0~git20131003.d20b8d/src/fe-gnome/xtext.c	2013-10-26 22:07:28.637510489 +0200
+@@ -611,7 +611,7 @@ gtk_xtext_realize (GtkWidget * widget)
+ 	attributes.wclass = GDK_INPUT_OUTPUT;
+ 	attributes.window_type = GDK_WINDOW_CHILD;
+ 	attributes.event_mask = gtk_widget_get_events (widget) |
+-		GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
++		GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_SCROLL_MASK
+ #ifdef MOTION_MONITOR
+ 		| GDK_POINTER_MOTION_MASK | GDK_LEAVE_NOTIFY_MASK;
+ #else

Modified: packages/unstable/xchat-gnome/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/series?rev=40122&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/series	[utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/patches/series	[utf-8] Sat Oct 26 20:11:36 2013
@@ -1,4 +1,5 @@
 01_finish_gtk3_port.patch
 02_bring_back_completion.patch
+03_scroll_wheel.patch
 120-fix-clipboard-segfault.patch
 define_functions_fix_build.patch




More information about the pkg-gnome-commits mailing list