aboutsummaryrefslogtreecommitdiff
path: root/src/generate-id.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-11 15:46:31 -0500
committerTed Gould <ted@gould.cx>2010-08-11 15:46:31 -0500
commit1486db2f045916da1cbcac609d2d5bbd4c208d40 (patch)
treec85576816cab12c0e74649fe59e0965d7b1ef317 /src/generate-id.c
parentbd56ec87751365e80a0a85b8446d08f06ebec186 (diff)
parentf34b5e562004795cfb4e09a7daa1d3cbb21f89f0 (diff)
downloadlibayatana-appindicator-1486db2f045916da1cbcac609d2d5bbd4c208d40.tar.gz
libayatana-appindicator-1486db2f045916da1cbcac609d2d5bbd4c208d40.tar.bz2
libayatana-appindicator-1486db2f045916da1cbcac609d2d5bbd4c208d40.zip
* Upstream Merge
* Various fixes to the ordering index calculation * Putting ordering indexes in the X namespace
Diffstat (limited to 'src/generate-id.c')
-rw-r--r--src/generate-id.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/generate-id.c b/src/generate-id.c
index a504e44..14d762e 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)
{
- gchar category = 0;
- gchar first = 0;
- gchar second = 0;
- gchar third = 0;
+ guchar category = 0;
+ guchar first = 0;
+ guchar second = 0;
+ guchar third = 0;
switch (catenum) {
case APP_INDICATOR_CATEGORY_OTHER: