diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-03-14 19:26:54 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-03-14 19:26:54 +0100 |
commit | de6e9e4cff040336fd949f99ed3cab829d3f2b10 (patch) | |
tree | 2c0c0f68b4bf82d150bd4cd4c9e977ec5e4b9d4b /src/generate-id.c | |
parent | d518799d9aa5a6fc509398d25849831f9109d8d9 (diff) | |
parent | 8e26e844c5f42d55257b6f8e52634314d134b4d8 (diff) | |
download | ayatana-indicator-application-de6e9e4cff040336fd949f99ed3cab829d3f2b10.tar.gz ayatana-indicator-application-de6e9e4cff040336fd949f99ed3cab829d3f2b10.tar.bz2 ayatana-indicator-application-de6e9e4cff040336fd949f99ed3cab829d3f2b10.zip |
Import upstream version 0.4.93
Diffstat (limited to 'src/generate-id.c')
-rw-r--r-- | src/generate-id.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/generate-id.c b/src/generate-id.c index 14d762e..9515860 100644 --- a/src/generate-id.c +++ b/src/generate-id.c @@ -26,10 +26,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>. guint32 generate_id (const AppIndicatorCategory catenum, const gchar * id) { - guchar category = 0; - guchar first = 0; - guchar second = 0; - guchar third = 0; + guint32 category = 0; + guint32 first = 0; + guint32 second = 0; + guint32 third = 0; switch (catenum) { case APP_INDICATOR_CATEGORY_OTHER: |