devhelp r1236 - in trunk: . src



Author: rhult
Date: Fri Nov 28 14:06:21 2008
New Revision: 1236
URL: http://svn.gnome.org/viewvc/devhelp?rev=1236&view=rev

Log:
2008-11-28  Richard Hult  <richard imendio com>

	* src/dh-assistant-view.c (assistant_button_press_event): Don't
	block button 1 events. Fixes selecting text in the assistant.

	* configure.ac: Bump version to 0.22.


Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/src/dh-assistant-view.c

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Fri Nov 28 14:06:21 2008
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT([Devhelp],[0.21],[http://bugzilla.gnome.org/enter_bug.cgi?product=devhelp],[devhelp])
+AC_INIT([Devhelp],[0.22],[http://bugzilla.gnome.org/enter_bug.cgi?product=devhelp],[devhelp])
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build)

Modified: trunk/src/dh-assistant-view.c
==============================================================================
--- trunk/src/dh-assistant-view.c	(original)
+++ trunk/src/dh-assistant-view.c	Fri Nov 28 14:06:21 2008
@@ -90,7 +90,7 @@
                 return TRUE;
         }
 
-        return FALSE;
+        return GTK_WIDGET_CLASS (dh_assistant_view_parent_class)->button_press_event (widget, event);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]