diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-25 18:57:29 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-07-25 18:57:29 -0500 |
commit | 5761e8d1d75838c8a097ab1e41c3b51b33037437 (patch) | |
tree | 81120e85ed02c280b3750e07bb7974b4a2231bb0 /src/idoappointmentmenuitem.c | |
parent | 1b7166676eb42a26a8547e795064631edd0653df (diff) | |
download | ayatana-ido-5761e8d1d75838c8a097ab1e41c3b51b33037437.tar.gz ayatana-ido-5761e8d1d75838c8a097ab1e41c3b51b33037437.tar.bz2 ayatana-ido-5761e8d1d75838c8a097ab1e41c3b51b33037437.zip |
implement IdoLocationMenuItem as a subclass of IdoTimeStampMenuItem
Diffstat (limited to 'src/idoappointmentmenuitem.c')
-rw-r--r-- | src/idoappointmentmenuitem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/idoappointmentmenuitem.c b/src/idoappointmentmenuitem.c index b383729..cfc0bf8 100644 --- a/src/idoappointmentmenuitem.c +++ b/src/idoappointmentmenuitem.c @@ -74,8 +74,8 @@ create_color_icon_pixbuf (const char * color_spec) * @menu_item: the corresponding menuitem * @actions: action group to tell when this GtkMenuItem is activated * - * Creates a new IdoAppointmentMenuItem with properties initialized from - * the menuitem's attributes. + * Creates a new IdoTimeStampMenuItem with properties initialized + * appropriately for a com.canonical.indicator.alarm * * If the menuitem's 'action' attribute is set, trigger that action * in @actions when this IdoAppointmentMenuItem is activated. |