[frogr] Allow selecting pictures drawing a square with the mouse



commit 0f0dc3d86fde2b5460370713237fcab279255948
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Thu Dec 19 23:26:15 2013 +0000

    Allow selecting pictures drawing a square with the mouse

 src/frogr-main-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-main-view.c b/src/frogr-main-view.c
index bd5791d..91f6578 100644
--- a/src/frogr-main-view.c
+++ b/src/frogr-main-view.c
@@ -1165,7 +1165,7 @@ _on_icon_view_button_press_event (GtkWidget *widget,
   if (!using_primary_key && !using_shift_key)
     _deselect_all_pictures (mainview);
 
-  return TRUE;
+  return FALSE;
 }
 
 static gboolean


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