Renamed from gnome-network-preferences to gnome-network-properties. Closes

2009-01-13  Luca Ferretti  <elle.uca@libero.it>

	* configure.in: 
	* capplets/network/*:
	Renamed from gnome-network-preferences to gnome-network-properties.
	Closes bug #554342


svn path=/trunk/; revision=9198
This commit is contained in:
Luca Ferretti 2009-01-13 14:32:37 +00:00 committed by Luca Ferretti
parent 20bba09e69
commit 4f1b6aafba
15 changed files with 26 additions and 19 deletions

View file

@ -1,31 +1,31 @@
# This is used in GNOMECC_CAPPLETS_CFLAGS
cappletname = network
bin_PROGRAMS = gnome-network-preferences
bin_PROGRAMS = gnome-network-properties
gnome_network_preferences_SOURCES = gnome-network-preferences.c
gnome_network_preferences_LDADD = $(GNOMECC_CAPPLETS_LIBS)
gnome_network_properties_SOURCES = gnome-network-properties.c
gnome_network_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
@INTLTOOL_DESKTOP_RULE@
gladedir = $(pkgdatadir)/glade
dist_glade_DATA = gnome-network-preferences.glade
dist_glade_DATA = gnome-network-properties.glade
icons16dir = $(datadir)/icons/hicolor/16x16/apps
dist_icons16_DATA = icons/16x16/gnome-network-preferences.png
dist_icons16_DATA = icons/16x16/gnome-network-properties.png
icons22dir = $(datadir)/icons/hicolor/22x22/apps
dist_icons22_DATA = icons/22x22/gnome-network-preferences.png
dist_icons22_DATA = icons/22x22/gnome-network-properties.png
icons24dir = $(datadir)/icons/hicolor/24x24/apps
dist_icons24_DATA = icons/24x24/gnome-network-preferences.png
dist_icons24_DATA = icons/24x24/gnome-network-properties.png
icons32dir = $(datadir)/icons/hicolor/32x32/apps
dist_icons32_DATA = icons/32x32/gnome-network-preferences.png
dist_icons32_DATA = icons/32x32/gnome-network-properties.png
icons48dir = $(datadir)/icons/hicolor/48x48/apps
dist_icons48_DATA = icons/48x48/gnome-network-preferences.png
dist_icons48_DATA = icons/48x48/gnome-network-properties.png
iconssvgdir = $(datadir)/icons/hicolor/scalable/apps
dist_iconssvg_DATA = icons/scalable/gnome-network-preferences.svg
dist_iconssvg_DATA = icons/scalable/gnome-network-properties.svg
desktopdir = $(datadir)/applications
desktop_in_files = gnome-network-preferences.desktop.in
desktop_in_files = gnome-network-properties.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
INCLUDES = \

View file

@ -1,4 +1,4 @@
/* gnome-network-preferences.c: network preferences capplet
/* gnome-network-properties.c: network preferences capplet
*
* Copyright (C) 2002 Sun Microsystems Inc.
*
@ -231,7 +231,7 @@ cb_http_details_button_clicked (GtkWidget *button,
return;
}
dialog = glade_xml_new (GNOMECC_GLADE_DIR "/gnome-network-preferences.glade",
dialog = glade_xml_new (GNOMECC_GLADE_DIR "/gnome-network-properties.glade",
"details_dialog", NULL);
details_dialog = widget = WID ("details_dialog");
@ -258,7 +258,7 @@ cb_http_details_button_clicked (GtkWidget *button,
g_signal_connect (widget, "response",
G_CALLBACK (cb_details_dialog_response), NULL);
capplet_set_icon (widget, "gnome-network-preferences");
capplet_set_icon (widget, "gnome-network-properties");
gtk_widget_show_all (widget);
}
@ -730,7 +730,7 @@ location_new (GladeXML *capplet, GtkWidget *parent)
client = gconf_client_get_default ();
dialog = glade_xml_new (GNOMECC_GLADE_DIR "/gnome-network-preferences.glade",
dialog = glade_xml_new (GNOMECC_GLADE_DIR "/gnome-network-properties.glade",
"location_new_dialog", NULL);
gtk_button_set_image (GTK_BUTTON (WID ("new_location")),
@ -1224,12 +1224,12 @@ main (int argc, char **argv)
gconf_client_add_dir (client, "/system/proxy",
GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
dialog = glade_xml_new (GNOMECC_GLADE_DIR "/gnome-network-preferences.glade",
dialog = glade_xml_new (GNOMECC_GLADE_DIR "/gnome-network-properties.glade",
"network_dialog", NULL);
setup_dialog (dialog);
widget = WID ("network_dialog");
capplet_set_icon (widget, "gnome-network-preferences");
capplet_set_icon (widget, "gnome-network-properties");
gtk_widget_show_all (widget);
gtk_main ();

View file

@ -1,7 +1,7 @@
[Desktop Entry]
_Name=Network Proxy
_Comment=Set your network proxy preferences
Exec=gnome-network-preferences
Exec=gnome-network-properties
Icon=gnome-network-preferences
Terminal=false
Type=Application

View file

Before

Width:  |  Height:  |  Size: 824 B

After

Width:  |  Height:  |  Size: 824 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before After
Before After