libpurple/protocols/jabber/iq.c

branch
soc.2013.gobjectification.plugins
changeset 36984
1768a56dbcf4
parent 36982
42f4aa601777
child 37016
48f85579cc4c
--- a/libpurple/protocols/jabber/iq.c	Sat Jan 18 03:41:54 2014 +0530
+++ b/libpurple/protocols/jabber/iq.c	Sat Jan 18 03:46:41 2014 +0530
@@ -225,7 +225,7 @@
 		const char *ui_name = NULL, *ui_version = NULL;
 #if 0
 		char *os = NULL;
-		if(!purple_prefs_get_bool("/protocols/jabber/hide_os")) {
+		if(!purple_prefs_get_bool("/plugins/prpl/jabber/hide_os")) {
 			struct utsname osinfo;
 
 			uname(&osinfo);

mercurial