global: add missing break statement

Just a drive by fix.

https://bugzilla.gnome.org/show_bug.cgi?id=662235
This commit is contained in:
Ray Strode 2011-10-19 16:13:06 -04:00
parent d59fd1a75d
commit c573e7f9a1

View File

@ -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;