]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing paren
authorDavid Surovell <davids@osafoundation.org>
Tue, 4 Apr 2006 16:40:38 +0000 (16:40 +0000)
committerDavid Surovell <davids@osafoundation.org>
Tue, 4 Apr 2006 16:40:38 +0000 (16:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/window.cpp

index a424ab33fae9da55a03eafd397397587055a0036..21b5c1bfcd05d86dc1126203bd1f80e79a303a6a 100644 (file)
@@ -390,7 +390,7 @@ static void draw_frame( GtkWidget *widget, wxWindowGTK *win )
         gdk_draw_rectangle( widget->window, gc, FALSE,
                          dx, dy,
                          widget->allocation.width-dw-1, widget->allocation.height-dh-1 );
         gdk_draw_rectangle( widget->window, gc, FALSE,
                          dx, dy,
                          widget->allocation.width-dw-1, widget->allocation.height-dh-1 );
-        g_object_unref (G_OBJECT (gc);
+        g_object_unref (G_OBJECT (gc));
         return;
     }
 #endif // __WXUNIVERSAL__
         return;
     }
 #endif // __WXUNIVERSAL__