src/protocols/oscar/oscar.c

changeset 10240
09342bc554d9
parent 10209
b7eaf84b2f3a
child 10246
aa5bff72f94c
--- a/src/protocols/oscar/oscar.c	Mon Nov 22 21:56:46 2004 +0000
+++ b/src/protocols/oscar/oscar.c	Mon Nov 22 22:13:12 2004 +0000
@@ -7194,7 +7194,7 @@
 static void oscar_show_set_info_icqurl(GaimPluginAction *action)
 {
 	GaimConnection *gc = (GaimConnection *) action->context;
-	gaim_notify_uri(gc, "http://www.icq.com/whitepages/user_details.php", TRUE);
+	gaim_notify_uri(gc, "http://www.icq.com/whitepages/user_details.php");
 }
 
 static void oscar_change_pass(GaimPluginAction *action)
@@ -7208,14 +7208,14 @@
 	GaimConnection *gc = (GaimConnection *) action->context;
 	OscarData *od = gc->proto_data;
 	gchar *substituted = gaim_strreplace(od->sess->authinfo->chpassurl, "%s", gaim_account_get_username(gaim_connection_get_account(gc)));
-	gaim_notify_uri(gc, substituted, TRUE);
+	gaim_notify_uri(gc, substituted);
 	g_free(substituted);
 }
 
 static void oscar_show_imforwardingurl(GaimPluginAction *action)
 {
 	GaimConnection *gc = (GaimConnection *) action->context;
-	gaim_notify_uri(gc, "http://mymobile.aol.com/dbreg/register?action=imf&clientID=1", TRUE);
+	gaim_notify_uri(gc, "http://mymobile.aol.com/dbreg/register?action=imf&clientID=1");
 }
 
 static void oscar_set_icon(GaimConnection *gc, const char *iconfile)

mercurial