From: Matthias Clasen Date: Wed, 6 Jun 2007 19:15:00 +0000 (+0000) Subject: Fix a thinko X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=fc0295e4cdc367600b748fe4ef25eac920ecffba;p=dana%2Fcg-glib.git Fix a thinko svn path=/trunk/; revision=5545 --- diff --git a/glib/gutils.c b/glib/gutils.c index 32af3116..4d56d5be 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -2449,7 +2449,7 @@ g_get_user_special_dir (GUserDirectory directory) if (g_user_special_dirs[G_USER_DIRECTORY_DESKTOP] == NULL) { g_get_any_init (); - g_user_special_dirs[directory] = g_build_filename (g_home_dir, "Desktop", NULL); + g_user_special_dirs[G_USER_DIRECTORY_DESKTOP] = g_build_filename (g_home_dir, "Desktop", NULL); } }