pidgin/gtknotify.c

branch
soc.2013.gobjectification.plugins
changeset 36964
30cbb41e0803
parent 36963
6cc39a95f75b
parent 35106
79ebfc0d91df
child 37016
48f85579cc4c
equal deleted inserted replaced
36963:6cc39a95f75b 36964:30cbb41e0803
1375 else if (place == PIDGIN_BROWSER_NEW_TAB) 1375 else if (place == PIDGIN_BROWSER_NEW_TAB)
1376 remote_command = g_strdup_printf("%s %s -remote " 1376 remote_command = g_strdup_printf("%s %s -remote "
1377 "openURL(%s,new-tab)", 1377 "openURL(%s,new-tab)",
1378 web_browser, args, escaped); 1378 web_browser, args, escaped);
1379 } 1379 }
1380 else if (!strcmp(web_browser, "netscape"))
1381 {
1382 command = g_strdup_printf("netscape %s", escaped);
1383
1384 if (place == PIDGIN_BROWSER_NEW_WINDOW)
1385 {
1386 remote_command = g_strdup_printf("netscape -remote "
1387 "openURL(%s,new-window)",
1388 escaped);
1389 }
1390 }
1391 else if (!strcmp(web_browser, "opera")) 1380 else if (!strcmp(web_browser, "opera"))
1392 { 1381 {
1393 if (place == PIDGIN_BROWSER_NEW_WINDOW) 1382 if (place == PIDGIN_BROWSER_NEW_WINDOW)
1394 command = g_strdup_printf("opera -newwindow %s", escaped); 1383 command = g_strdup_printf("opera -newwindow %s", escaped);
1395 else if (place == PIDGIN_BROWSER_NEW_TAB) 1384 else if (place == PIDGIN_BROWSER_NEW_TAB)

mercurial