~indicator-applet-developers/indicator-datetime/trunk.14.04

« back to all changes in this revision

Viewing changes to include/datetime/actions.h

Don't show the "Add Event..." button if the calendar app can't be found. Fixes: 1250632

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    virtual void open_desktop_settings() =0;
46
46
    virtual void open_phone_settings() =0;
47
47
    virtual void open_phone_clock_app() =0;
 
48
    virtual bool can_open_planner() const = 0;
48
49
    virtual void open_planner() =0;
49
50
    virtual void open_planner_at(const DateTime&) =0;
50
51
    virtual void open_appointment(const std::string& uid) =0;