diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-03-27 08:30:38 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-03-27 08:30:38 -0500 |
commit | e9c82c3904642003b47f3d2bc13343894e6750d8 (patch) | |
tree | d90ffd5ea11781be35f3e23f3d984b9d42e33996 /src/idousermenuitem.h | |
parent | 0430322cec5472c4cbac20e2869f3aab9218c3d7 (diff) | |
download | ayatana-ido-e9c82c3904642003b47f3d2bc13343894e6750d8.tar.gz ayatana-ido-e9c82c3904642003b47f3d2bc13343894e6750d8.tar.bz2 ayatana-ido-e9c82c3904642003b47f3d2bc13343894e6750d8.zip |
rename idousermenuitem's "icon" property as "icon-filename" for a little more clarity.
Diffstat (limited to 'src/idousermenuitem.h')
-rw-r--r-- | src/idousermenuitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idousermenuitem.h b/src/idousermenuitem.h index 7826718..b9a3d00 100644 --- a/src/idousermenuitem.h +++ b/src/idousermenuitem.h @@ -36,7 +36,7 @@ typedef struct _IdoUserMenuItemPrivate IdoUserMenuItemPrivate; /* property keys */ #define IDO_USER_MENU_ITEM_PROP_LABEL "label" -#define IDO_USER_MENU_ITEM_PROP_ICON "icon" +#define IDO_USER_MENU_ITEM_PROP_ICON_FILENAME "icon-filename" #define IDO_USER_MENU_ITEM_PROP_IS_LOGGED_IN "is-logged-in" #define IDO_USER_MENU_ITEM_PROP_IS_CURRENT_USER "is-current-user" |