[gnome-shell] global: add missing break statement



commit c573e7f9a17de730ec735b10b0cb95163dda575b
Author: Ray Strode <rstrode redhat com>
Date:   Wed Oct 19 16:13:06 2011 -0400

    global: add missing break statement
    
    Just a drive by fix.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662235

 src/shell-global.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/shell-global.c b/src/shell-global.c
index 6aafcdb..26e607f 100644
--- a/src/shell-global.c
+++ b/src/shell-global.c
@@ -636,6 +636,7 @@ shell_global_set_cursor (ShellGlobal *global,
           break;
         case SHELL_CURSOR_POINTING_HAND:
           cursor_type = GDK_HAND2;
+          break;
         case SHELL_CURSOR_DND_UNSUPPORTED_TARGET:
           cursor_type = GDK_X_CURSOR;
           break;



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