Author: bellau
Date: Fri Feb  8 21:59:34 2008
New Revision: 313
URL: http://svn.gnome.org/viewvc/monkey-bubble?rev=313&view=rev

Log:
2008-02-08  Laurent Belmonte  <[EMAIL PROTECTED]>

        * src/ui/ui-main.c: (fullscreen): implement simple fullscreen


Modified:
   trunk/ChangeLog
   trunk/src/ui/ui-main.c

Modified: trunk/src/ui/ui-main.c
==============================================================================
--- trunk/src/ui/ui-main.c      (original)
+++ trunk/src/ui/ui-main.c      Fri Feb  8 21:59:34 2008
@@ -834,7 +834,7 @@
 static void fullscreen (GtkAction* action,
                         UiMain   * uimain)
 {
-        // TODO : do something here
+        gtk_window_fullscreen (GTK_WINDOW (PRIVATE (uimain)->window));
 }
 
 static void window_state_event (GtkWindow *window,
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to