comparison libpurple/protocols/jabber/buddy.c @ 19873:ab8099bcc9ba

Added hints to jabber buddy.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 12 Aug 2007 17:42:54 +0000
parents 6050348614ab
children 6a0d9fa477d4
comparison
equal deleted inserted replaced
19872:566fcbc4883a 19873:ab8099bcc9ba
585 "information with which you feel comfortable."), 585 "information with which you feel comfortable."),
586 fields, 586 fields,
587 _("Save"), G_CALLBACK(jabber_format_info), 587 _("Save"), G_CALLBACK(jabber_format_info),
588 _("Cancel"), NULL, 588 _("Cancel"), NULL,
589 purple_connection_get_account(gc), NULL, NULL, 589 purple_connection_get_account(gc), NULL, NULL,
590 gc); 590 "account", gc);
591 } 591 }
592 592
593 /*---------------------------------------*/ 593 /*---------------------------------------*/
594 /* End Jabber "set info" (vCard) support */ 594 /* End Jabber "set info" (vCard) support */
595 /*---------------------------------------*/ 595 /*---------------------------------------*/
1823 purple_request_fields(js->gc, _("Search for XMPP users"), 1823 purple_request_fields(js->gc, _("Search for XMPP users"),
1824 _("Search for XMPP users"), instructions, fields, 1824 _("Search for XMPP users"), instructions, fields,
1825 _("Search"), G_CALLBACK(user_search_cb), 1825 _("Search"), G_CALLBACK(user_search_cb),
1826 _("Cancel"), G_CALLBACK(user_search_cancel_cb), 1826 _("Cancel"), G_CALLBACK(user_search_cancel_cb),
1827 NULL, NULL, NULL, 1827 NULL, NULL, NULL,
1828 usi); 1828 "account", usi);
1829 1829
1830 g_free(instructions); 1830 g_free(instructions);
1831 } 1831 }
1832 } 1832 }
1833 1833
1859 js->user_directories ? js->user_directories->data : NULL, 1859 js->user_directories ? js->user_directories->data : NULL,
1860 FALSE, FALSE, NULL, 1860 FALSE, FALSE, NULL,
1861 _("Search Directory"), PURPLE_CALLBACK(jabber_user_search_ok), 1861 _("Search Directory"), PURPLE_CALLBACK(jabber_user_search_ok),
1862 _("Cancel"), NULL, 1862 _("Cancel"), NULL,
1863 NULL, NULL, NULL, 1863 NULL, NULL, NULL,
1864 js); 1864 "account", js);
1865 } 1865 }
1866 1866
1867 1867
1868 1868