diff pidgin/gtkmain.c @ 25513:a95eed74fdd7

Changed "type" to "client_type" for the hash value specifying client type
author Marcus Lundblad <ml@update.uu.se>
date Tue, 10 Feb 2009 18:41:22 +0000
parents 1d3274111180
children ae2b4394fbe2
line wrap: on
line diff
--- a/pidgin/gtkmain.c	Mon Feb 09 21:21:18 2009 +0000
+++ b/pidgin/gtkmain.c	Tue Feb 10 18:41:22 2009 +0000
@@ -349,7 +349,7 @@
 		g_hash_table_insert(ui_info, "version", VERSION);
 		g_hash_table_insert(ui_info, "website", "http://pidgin.im");
 		g_hash_table_insert(ui_info, "dev_website", "http://developer.pidgin.im");
-		g_hash_table_insert(ui_info, "type", "pc");
+		g_hash_table_insert(ui_info, "client_type", "pc");
 	}
 
 	return ui_info;