diff options
author | Ted Gould <ted@gould.cx> | 2013-07-02 21:13:03 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-07-02 21:13:03 -0500 |
commit | fd29ab9e970bd0acb6f0cfd58bb70f0281d8e9dc (patch) | |
tree | f5cd3e3d9f21c10f3d02a282c0929645bdf1d8f8 /src/idousermenuitem.c | |
parent | 20247ad55ce6325bff72084749835bcdf025f808 (diff) | |
download | ayatana-ido-fd29ab9e970bd0acb6f0cfd58bb70f0281d8e9dc.tar.gz ayatana-ido-fd29ab9e970bd0acb6f0cfd58bb70f0281d8e9dc.tar.bz2 ayatana-ido-fd29ab9e970bd0acb6f0cfd58bb70f0281d8e9dc.zip |
Fixing some small introspection errors
Diffstat (limited to 'src/idousermenuitem.c')
-rw-r--r-- | src/idousermenuitem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idousermenuitem.c b/src/idousermenuitem.c index 03522c7..160df4d 100644 --- a/src/idousermenuitem.c +++ b/src/idousermenuitem.c @@ -448,7 +448,7 @@ ido_user_menu_item_new (void) **** ***/ -/** +/* * This is a helper function for creating user menuitems for both * "indicator.user-menu-item" and "indicator.guest-menu-item", * since they only differ in how they use their action's state. |