Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37600135
en ru br
ALT Linux repos
S:2.14.12-alt1
5.0: 2.6.1-alt2
4.1: 2.6.1-alt1.M41.1
4.0: 2.5.6-alt0.M40.1

Group :: Networking/Instant messaging
RPM: pidgin

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: pidgin-2.6.2-alt-gnome-proxy.patch
Download


diff -ur pidgin-2.6.2/pidgin/gtkprefs.c pidgin-2.6.2.new/pidgin/gtkprefs.c
--- pidgin-2.6.2/pidgin/gtkprefs.c	2009-09-06 01:12:04 +0400
+++ pidgin-2.6.2.new/pidgin/gtkprefs.c	2009-09-15 19:55:54 +0400
@@ -1738,7 +1738,7 @@
 {
 	GError *err = NULL;
 
-	if (g_spawn_command_line_async ("gnome-network-preferences", &err))
+	if (g_spawn_command_line_async ("gnome-network-properties", &err))
 		return;
 
 	purple_notify_error(NULL, NULL, _("Cannot start proxy configuration program."), err->message);
@@ -2054,7 +2054,7 @@
 		gtk_widget_hide(table);
 	} else if (purple_running_gnome()) {
 		gchar *path;
-		path = g_find_program_in_path("gnome-network-preferences");
+		path = g_find_program_in_path("gnome-network-properties");
 		if (path != NULL) {
 			gtk_widget_set_sensitive(proxy_button, TRUE);
 			gtk_widget_hide(proxy_warning);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin