dateMenu: open calendar specifically when opening evolution
https://bugzilla.gnome.org/show_bug.cgi?id=641504
This commit is contained in:
parent
44bbf26cb2
commit
90f15b3c5a
@ -205,8 +205,7 @@ DateMenuButton.prototype = {
|
|||||||
|
|
||||||
_onOpenCalendarActivate: function() {
|
_onOpenCalendarActivate: function() {
|
||||||
this.menu.close();
|
this.menu.close();
|
||||||
// TODO: pass '-c calendar' (to force the calendar at startup)
|
|
||||||
// TODO: pass the selected day
|
// TODO: pass the selected day
|
||||||
Util.spawnDesktop('evolution');
|
Util.spawn(['evolution', '-c', 'calendar']);
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user