comparison libpurple/protocols/novell/novell.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 44b4e8bd759b ddee7883d9fa
children 591267f6f1d5
comparison
equal deleted inserted replaced
19969:0633ecda7ed0 19970:6a0d9fa477d4
1911 /* Prompt the user */ 1911 /* Prompt the user */
1912 gc = purple_account_get_connection(user->client_data); 1912 gc = purple_account_get_connection(user->client_data);
1913 purple_request_action(gc, title, primary, secondary, 1913 purple_request_action(gc, title, primary, secondary,
1914 PURPLE_DEFAULT_ACTION_NONE, 1914 PURPLE_DEFAULT_ACTION_NONE,
1915 purple_connection_get_account(gc), name, NULL, 1915 purple_connection_get_account(gc), name, NULL,
1916 parms, 2, 1916 "chat", parms, 2,
1917 _("Yes"), G_CALLBACK(_join_conference_cb), 1917 _("Yes"), G_CALLBACK(_join_conference_cb),
1918 _("No"), G_CALLBACK(_reject_conference_cb)); 1918 _("No"), G_CALLBACK(_reject_conference_cb));
1919 1919
1920 g_free(primary); 1920 g_free(primary);
1921 } 1921 }