Add a missing break

Spotted by Cosimo.
This commit is contained in:
Matthias Clasen
2016-07-06 20:10:35 -04:00
parent 02b61966f3
commit 1512f6984b

View File

@@ -747,6 +747,7 @@ gtk_file_chooser_native_hide (GtkNativeDialog *native)
#ifdef GDK_WINDOWING_WIN32
gtk_file_chooser_native_win32_hide (self);
#endif
break;
case MODE_PORTAL:
gtk_file_chooser_native_portal_hide (self);
break;