diff options
author | Ted Gould <ted@canonical.com> | 2009-09-04 10:46:25 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-04 10:46:25 -0500 |
commit | 585541595135fe2317d9f5065073b09ad10052ca (patch) | |
tree | 087b04668f8c433e3bce8872c217fc5e6dab6f0a /src/im-menu-item.h | |
parent | daf90eeba54e340417b89e386c3fb1692001a6ab (diff) | |
download | ayatana-indicator-messages-585541595135fe2317d9f5065073b09ad10052ca.tar.gz ayatana-indicator-messages-585541595135fe2317d9f5065073b09ad10052ca.tar.bz2 ayatana-indicator-messages-585541595135fe2317d9f5065073b09ad10052ca.zip |
We have to drop show_time as a parameter as the caller doesn't really know if that's the case or not anymore.
Diffstat (limited to 'src/im-menu-item.h')
-rw-r--r-- | src/im-menu-item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-menu-item.h b/src/im-menu-item.h index 51414de..8d0c273 100644 --- a/src/im-menu-item.h +++ b/src/im-menu-item.h @@ -53,7 +53,7 @@ struct _ImMenuItem { }; GType im_menu_item_get_type (void); -ImMenuItem * im_menu_item_new (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gboolean show_time); +ImMenuItem * im_menu_item_new (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator); glong im_menu_item_get_seconds (ImMenuItem * menuitem); G_END_DECLS |