Commit Graph

3 Commits

Author SHA1 Message Date
Chun-wei Fan
fa1fa04aa0 Bug 635093: Fixed C99-declarations & typo in GIO
-gio/gregistrysettingsbackend.c:
 Fixed C99-style variable declarations
 Fixed typo: g_message_win32_error (result, "gregistrybackend:
             setting value %s\%s\\%s failed.\n",
->
             g_message_win32_error (result, "gregistrybackend:
             setting value %s\\%s\\%s failed.\n",

-gio/gdbusmessage.c:
 Moved G_STATIC_ASSERT(sizeof (gdouble) == sizeof (guint64));
 to just after the variable declarations of the block to avoid
 C99-style variable declaration
2010-11-30 10:21:11 +08:00
Ryan Lortie
ed72dcdd45 Fix small bug in registry backend
'n' and 'q' types had their signed/unsigned meaning inverted.
2010-09-01 15:05:42 +02:00
Sam Thursfield
3209024c3b Add GSettings Windows Registry backend 2010-09-01 15:05:42 +02:00