[Goodies-commits] r3685 - ristretto/trunk/src
Stephan Arts
stephan at xfce.org
Sun Dec 9 22:36:51 CET 2007
Author: stephan
Date: 2007-12-09 21:36:51 +0000 (Sun, 09 Dec 2007)
New Revision: 3685
Modified:
ristretto/trunk/src/picture_viewer.c
Log:
Just check for the CONTROL_MASK (a hack, but the behaviour is the same)
Modified: ristretto/trunk/src/picture_viewer.c
===================================================================
--- ristretto/trunk/src/picture_viewer.c 2007-12-09 21:22:15 UTC (rev 3684)
+++ ristretto/trunk/src/picture_viewer.c 2007-12-09 21:36:51 UTC (rev 3685)
@@ -869,7 +869,7 @@
if (rstto_navigator_get_file(viewer->priv->navigator) != NULL)
{
- if (!(event->state & (GDK_CONTROL_MASK | GDK_MOD1_MASK)))
+ if (!(event->state & (GDK_CONTROL_MASK)))
{
GtkWidget *widget = GTK_WIDGET(viewer);
GdkCursor *cursor = gdk_cursor_new(GDK_FLEUR);
More information about the Goodies-commits
mailing list