gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10511: Keep the "Click to play" but


From: John Wimer
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10511: Keep the "Click to play" button from taking half the screen when in fullscreen mode.
Date: Mon, 05 Jan 2009 18:57:29 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10511
committer: John Wimer <address@hidden>
branch nick: trunk
timestamp: Mon 2009-01-05 18:57:29 +0100
message:
  Keep the "Click to play" button from taking half the screen when in 
fullscreen mode.
modified:
  gui/gtk.cpp
=== modified file 'gui/gtk.cpp'
--- a/gui/gtk.cpp       2008-11-18 15:10:31 +0000
+++ b/gui/gtk.cpp       2009-01-05 17:57:29 +0000
@@ -2537,7 +2537,7 @@
     // Assert they're either both initialised or both uninitialised
     assert ((_resumeButton && _vbox) || !(_resumeButton || _vbox));
     if (_resumeButton) {
-        gtk_container_add(GTK_CONTAINER(_vbox), _resumeButton);
+        gtk_box_pack_start(GTK_BOX(_vbox), _resumeButton, FALSE, FALSE, 0);
     }
 }
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]