New file.
2003-07-18 Dennis Cranston <dennis_cranston at yahoo com> * gnome-network-capplet.png: New file. * Makefile.am, gnome-network-preferences.c: Add the missing window icon.
This commit is contained in:
parent
a73d7769f2
commit
486a61649f
4 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2003-07-18 Dennis Cranston <dennis_cranston at yahoo com>
|
||||
|
||||
* gnome-network-capplet.png: New file.
|
||||
|
||||
* Makefile.am, gnome-network-preferences.c: Add the missing
|
||||
window icon.
|
||||
|
||||
2003-07-18 Christian Neumair <chris@gnome-de.org>
|
||||
|
||||
* gnome-network-preferences.glade: Some more padding fixes.
|
||||
|
|
|
@ -9,10 +9,13 @@ gnome_network_preferences_LDADD = \
|
|||
gladedir = $(GNOMECC_GLADE_DIR)
|
||||
glade_DATA = gnome-network-preferences.glade
|
||||
|
||||
iconsdir = $(GNOMECC_ICONS_DIR)
|
||||
icons_DATA = gnome-network-capplet.png
|
||||
|
||||
desktopdir = $(GNOMECC_DESKTOP_DIR)
|
||||
desktop_in_files = gnome-network-preferences.desktop.in
|
||||
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
||||
|
||||
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
|
||||
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
|
||||
EXTRA_DIST = $(glade_DATA) $(desktop_in_files)
|
||||
EXTRA_DIST = $(glade_DATA) $(icons_DATA) $(desktop_in_files)
|
||||
|
|
BIN
capplets/network/gnome-network-capplet.png
Normal file
BIN
capplets/network/gnome-network-capplet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
|
@ -136,7 +136,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-globe.png");
|
||||
capplet_set_icon (widget, "gnome-network-capplet.png");
|
||||
|
||||
gtk_widget_show_all (widget);
|
||||
}
|
||||
|
@ -302,7 +302,7 @@ main (int argc, char **argv)
|
|||
|
||||
setup_dialog (dialog);
|
||||
widget = WID ("network_dialog");
|
||||
capplet_set_icon (widget, "gnome-globe.png");
|
||||
capplet_set_icon (widget, "gnome-network-capplet.png");
|
||||
gtk_widget_show_all (widget);
|
||||
gtk_main ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue