[Xfce4-commits] <postler:master> Move New Account from Dashboard to App menu
Christian Dywan
noreply at xfce.org
Fri Nov 12 01:46:03 CET 2010
Updating branch refs/heads/master
to 6f77fb864dd562fc6e624d98d5a78d75f709c225 (commit)
from 893cb55756c6ec43b72789fc478cf8937c347c40 (commit)
commit 6f77fb864dd562fc6e624d98d5a78d75f709c225
Author: Christian Dywan <christian at twotoasts.de>
Date: Fri Nov 12 01:25:54 2010 +0100
Move New Account from Dashboard to App menu
postler/postler-bureau.vala | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index 9c4d77d..9be0732 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -74,6 +74,7 @@ public class Postler.Bureau : Gtk.Window {
<menuitem action="HideRead"/>
<separator/>
<menuitem action="Fullscreen"/>
+ <menuitem action="AccountNew"/>
<menuitem action="About"/>
</popup>
<toolbar name="search_options">
@@ -536,11 +537,6 @@ public class Postler.Bureau : Gtk.Window {
shelf.show_all ();
search_options.hide ();
- var button = new Gtk.Button.from_stock (STOCK_ACCOUNT_NEW);
- button.clicked.connect ((button) => { action_account_new (); } );
- viewer.dashboard.pack_start (button, false, false, 0);
- viewer.dashboard.show_all ();
-
folders.set_headers_visible (false);
messages.set_headers_visible (false);
messages.set_rules_hint (true);
More information about the Xfce4-commits
mailing list