[Xfce4-commits] [xfce/xfce4-appfinder] 09/13: Avoid compilation warn: this statement may fall through
noreply at xfce.org
noreply at xfce.org
Mon Jul 17 03:22:16 CEST 2017
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-appfinder.
commit 3482da5901ad284ae5ada3707ae441c797819f42
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Jul 16 14:30:16 2017 -0300
Avoid compilation warn: this statement may fall through
---
src/appfinder-window.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/appfinder-window.c b/src/appfinder-window.c
index f709134..dbf0db9 100644
--- a/src/appfinder-window.c
+++ b/src/appfinder-window.c
@@ -502,6 +502,7 @@ xfce_appfinder_window_key_press_event (GtkWidget *widget,
{
icon_size--;
}
+ return TRUE;
case GDK_KEY_0:
case GDK_KEY_KP_0:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list