comparison pidgin/gtkmain.c @ 25837: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
comparison
equal deleted inserted replaced
25836:1d3274111180 25837:a95eed74fdd7
347 347
348 g_hash_table_insert(ui_info, "name", (char*)PIDGIN_NAME); 348 g_hash_table_insert(ui_info, "name", (char*)PIDGIN_NAME);
349 g_hash_table_insert(ui_info, "version", VERSION); 349 g_hash_table_insert(ui_info, "version", VERSION);
350 g_hash_table_insert(ui_info, "website", "http://pidgin.im"); 350 g_hash_table_insert(ui_info, "website", "http://pidgin.im");
351 g_hash_table_insert(ui_info, "dev_website", "http://developer.pidgin.im"); 351 g_hash_table_insert(ui_info, "dev_website", "http://developer.pidgin.im");
352 g_hash_table_insert(ui_info, "type", "pc"); 352 g_hash_table_insert(ui_info, "client_type", "pc");
353 } 353 }
354 354
355 return ui_info; 355 return ui_info;
356 } 356 }
357 357