Skip to content

Commit

Permalink
[Frontend-GNOME] Apply saved state of ShowStatusBar correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
meebey committed Jun 30, 2012
1 parent 5df4305 commit 3ca80a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Frontend-GNOME/MainWindow.cs
Expand Up @@ -580,6 +580,9 @@ public MainWindow() : base("Smuxi")
StatusHBox = new Gtk.HBox();
StatusHBox.PackStart(status_bar_hbox);
StatusHBox.PackStart(_ProgressBar, false, false, 0);
StatusHBox.ShowAll();
StatusHBox.NoShowAll = true;
StatusHBox.Visible = ShowStatusBarMenuItem.Active;

vbox.PackStart(StatusHBox, false, false, 0);
Add(vbox);
Expand Down

0 comments on commit 3ca80a5

Please sign in to comment.