dateMenu: open calendar specifically when opening evolution

https://bugzilla.gnome.org/show_bug.cgi?id=641504
This commit is contained in:
Dan Winship 2011-03-14 09:05:59 -04:00
parent 44bbf26cb2
commit 90f15b3c5a

View File

@ -205,8 +205,7 @@ DateMenuButton.prototype = {
_onOpenCalendarActivate: function() {
this.menu.close();
// TODO: pass '-c calendar' (to force the calendar at startup)
// TODO: pass the selected day
Util.spawnDesktop('evolution');
},
Util.spawn(['evolution', '-c', 'calendar']);
}
};