[gnome-calculator] Fixup: set title when started in Basic mode
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator] Fixup: set title when started in Basic mode
- Date: Tue, 26 Nov 2013 03:07:17 +0000 (UTC)
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]