comparison libpurple/protocols/gg/gg.c @ 19970:6a0d9fa477d4

propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d) to branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 656aa6cb789d7885b3a72600bf323c104d8ebfd8)
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 12 Sep 2007 19:11:38 +0000
parents 481749fc0b6b 5bdd02bda148
children 285bb637a2b7
comparison
equal deleted inserted replaced
19969:0633ecda7ed0 19970:6a0d9fa477d4
334 PurpleConnection *gc = (PurpleConnection *)action->context; 334 PurpleConnection *gc = (PurpleConnection *)action->context;
335 335
336 purple_request_file(action, _("Save buddylist..."), NULL, TRUE, 336 purple_request_file(action, _("Save buddylist..."), NULL, TRUE,
337 G_CALLBACK(ggp_callback_buddylist_save_ok), NULL, 337 G_CALLBACK(ggp_callback_buddylist_save_ok), NULL,
338 purple_connection_get_account(gc), NULL, NULL, 338 purple_connection_get_account(gc), NULL, NULL,
339 gc); 339 "blist", gc);
340 } 340 }
341 /* }}} */ 341 /* }}} */
342 342
343 /* 343 /*
344 */ 344 */
348 PurpleConnection *gc = (PurpleConnection *)action->context; 348 PurpleConnection *gc = (PurpleConnection *)action->context;
349 349
350 purple_request_file(action, "Load buddylist from file...", NULL, FALSE, 350 purple_request_file(action, "Load buddylist from file...", NULL, FALSE,
351 G_CALLBACK(ggp_callback_buddylist_load_ok), NULL, 351 G_CALLBACK(ggp_callback_buddylist_load_ok), NULL,
352 purple_connection_get_account(gc), NULL, NULL, 352 purple_connection_get_account(gc), NULL, NULL,
353 gc); 353 "blist", gc);
354 } 354 }
355 /* }}} */ 355 /* }}} */
356 356
357 /* 357 /*
358 */ 358 */
504 _("Please, fill in the following fields"), 504 _("Please, fill in the following fields"),
505 fields, 505 fields,
506 _("OK"), G_CALLBACK(ggp_callback_register_account_ok), 506 _("OK"), G_CALLBACK(ggp_callback_register_account_ok),
507 _("Cancel"), G_CALLBACK(ggp_callback_register_account_cancel), 507 _("Cancel"), G_CALLBACK(ggp_callback_register_account_cancel),
508 purple_connection_get_account(gc), NULL, NULL, 508 purple_connection_get_account(gc), NULL, NULL,
509 gc); 509 "register-account", gc);
510 } 510 }
511 /* }}} */ 511 /* }}} */
512 512
513 /* ----- PUBLIC DIRECTORY SEARCH ---------------------------------------- */ 513 /* ----- PUBLIC DIRECTORY SEARCH ---------------------------------------- */
514 514
663 _("Please, enter your search criteria below"), 663 _("Please, enter your search criteria below"),
664 fields, 664 fields,
665 _("OK"), G_CALLBACK(ggp_callback_find_buddies), 665 _("OK"), G_CALLBACK(ggp_callback_find_buddies),
666 _("Cancel"), NULL, 666 _("Cancel"), NULL,
667 purple_connection_get_account(gc), NULL, NULL, 667 purple_connection_get_account(gc), NULL, NULL,
668 gc); 668 "blist", gc);
669 } 669 }
670 /* }}} */ 670 /* }}} */
671 671
672 /* ----- CHANGE PASSWORD ------------------------------------------------ */ 672 /* ----- CHANGE PASSWORD ------------------------------------------------ */
673 673
800 _("Change Gadu-Gadu Password"), 800 _("Change Gadu-Gadu Password"),
801 msg, 801 msg,
802 fields, _("OK"), G_CALLBACK(ggp_callback_change_passwd_ok), 802 fields, _("OK"), G_CALLBACK(ggp_callback_change_passwd_ok),
803 _("Cancel"), NULL, 803 _("Cancel"), NULL,
804 purple_connection_get_account(gc), NULL, NULL, 804 purple_connection_get_account(gc), NULL, NULL,
805 gc); 805 "account", gc);
806 806
807 g_free(msg); 807 g_free(msg);
808 } 808 }
809 /* }}} */ 809 /* }}} */
810 810
881 msg, 881 msg,
882 fields, 882 fields,
883 _("Add"), G_CALLBACK(ggp_callback_add_to_chat_ok), 883 _("Add"), G_CALLBACK(ggp_callback_add_to_chat_ok),
884 _("Cancel"), NULL, 884 _("Cancel"), NULL,
885 purple_connection_get_account(gc), NULL, NULL, 885 purple_connection_get_account(gc), NULL, NULL,
886 gc); 886 "buddy", gc);
887 g_free(msg); 887 g_free(msg);
888 } 888 }
889 /* }}} */ 889 /* }}} */
890 890
891 /* ----- BLOCK BUDDIES -------------------------------------------------- */ 891 /* ----- BLOCK BUDDIES -------------------------------------------------- */