[gnome-calculator] Fixup: set title when started in Basic mode



commit e82127d30e5605056a6711bebcfc1f0c124c3967
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Nov 25 21:05:35 2013 -0600

    Fixup: set title when started in Basic mode

 src/math-window.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/math-window.vala b/src/math-window.vala
index 6beb5fa..53b472f 100644
--- a/src/math-window.vala
+++ b/src/math-window.vala
@@ -66,6 +66,7 @@ public class MathWindow : Gtk.ApplicationWindow
         vbox.pack_start (buttons, true, true, 0);
         buttons.show ();
         buttons.notify["mode"].connect (mode_changed_cb);
+        mode_changed_cb ();
     }
 
     private void mode_changed_cb ()


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