]> source.dussan.org Git - tigervnc.git/commitdiff
Add a missing break statement. 182/head
authorJoel Teichroeb <joel@teichroeb.net>
Sat, 18 Jul 2015 14:09:24 +0000 (07:09 -0700)
committerJoel Teichroeb <joel@teichroeb.net>
Sat, 18 Jul 2015 14:09:24 +0000 (07:09 -0700)
vncviewer/Viewport.cxx

index e6183bc1d2d4a7a323f7cfcb06428fe0bedafea9..4bd0758f6277f9aa4c6674163e19dc954444ccda 100644 (file)
@@ -869,6 +869,7 @@ void Viewport::popupContextMenu()
     break;
   case ID_MINIMIZE:
     window()->iconize();
+    break;
   case ID_RESIZE:
     if (window()->fullscreen_active())
       break;