[Xfce4-commits] <postler:master> Move About action to App menu
Christian Dywan
noreply at xfce.org
Tue Nov 9 02:34:01 CET 2010
Updating branch refs/heads/master
to 8f1d0a1b6ef21a3cf9f29f8021d64cba915cb0f3 (commit)
from c94022294311ef7baffc81250391004f427334be (commit)
commit 8f1d0a1b6ef21a3cf9f29f8021d64cba915cb0f3
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Nov 9 02:34:14 2010 +0100
Move About action to App menu
Fixes: https://bugs.launchpad.net/postler/+bug/671610
postler/postler-bureau.vala | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index d530910..ddfe911 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -71,6 +71,7 @@ public class Postler.Bureau : Gtk.Window {
<menuitem action="HideRead"/>
<separator/>
<menuitem action="Fullscreen"/>
+ <menuitem action="About"/>
</popup>
<toolbar name="search_options">
<toolitem action="SearchSubject"/>
@@ -516,9 +517,6 @@ public class Postler.Bureau : Gtk.Window {
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);
- button = new Gtk.Button.from_stock (Gtk.STOCK_ABOUT);
- button.clicked.connect ((button) => { action_about (); } );
- viewer.dashboard.pack_start (button, false, false, 0);
viewer.dashboard.show_all ();
folders.set_headers_visible (false);
More information about the Xfce4-commits
mailing list