[glib] GSettings: Fix a copy-paste error
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] GSettings: Fix a copy-paste error
- Date: Sun, 9 Jan 2011 21:43:54 +0000 (UTC)
commit a57c4c90662077163316d1d53ee18a5a0fbec393
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jan 9 16:43:28 2011 -0500
GSettings: Fix a copy-paste error
https://bugzilla.gnome.org/show_bug.cgi?id=639084
gio/gsettings.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsettings.c b/gio/gsettings.c
index 943fc48..ec48006 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -613,7 +613,7 @@ g_settings_class_init (GSettingsClass *class)
g_settings_signals[SIGNAL_WRITABLE_CHANGED] =
g_signal_new ("writable-changed", G_TYPE_SETTINGS,
G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED,
- G_STRUCT_OFFSET (GSettingsClass, changed),
+ G_STRUCT_OFFSET (GSettingsClass, writable_changed),
NULL, NULL, g_cclosure_marshal_VOID__STRING, G_TYPE_NONE,
1, G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]