From 2d19ee19beb706f9d341584c5557fdc6098700b6 Mon Sep 17 00:00:00 2001 From: Hans Breuer Date: Wed, 28 Jan 2004 21:46:02 +0000 Subject: new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ... 2004-01-28 Hans Breuer * gtk/stock-icons/stock_network_(16|24).png : new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ... gtk/gtkiconfactory.c : ... register ... gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc : ... compile ... * gtk/gtkfilesystemwin32.c : ... and use. Also adapt to recent IFace changes. * gtk/gtk.def : added a bunch of new exported symbols * tests/testfilechooser.c (no_backup_files_filter) : don't crash on filter_info->display_name being NULL * tests/testgtk.c : make testgtk --bench=all work again --- gtk/stock-icons/Makefile.am | 4 ++++ gtk/stock-icons/makefile.msc | 6 ++++++ gtk/stock-icons/stock_network_16.png | Bin 0 -> 594 bytes gtk/stock-icons/stock_network_24.png | Bin 0 -> 934 bytes 4 files changed, 10 insertions(+) create mode 100644 gtk/stock-icons/stock_network_16.png create mode 100644 gtk/stock-icons/stock_network_24.png (limited to 'gtk/stock-icons') diff --git a/gtk/stock-icons/Makefile.am b/gtk/stock-icons/Makefile.am index 5e6dcf01fd..9939ff4e34 100644 --- a/gtk/stock-icons/Makefile.am +++ b/gtk/stock-icons/Makefile.am @@ -60,6 +60,8 @@ IMAGES = \ stock_last_24.png \ stock_left_arrow_16.png \ stock_left_arrow_24.png \ + stock_network_16.png \ + stock_network_24.png \ stock_new_16.png \ stock_new_24.png \ stock_no_20.png \ @@ -202,6 +204,8 @@ VARIABLES3 = \ stock_left_arrow_24 $(srcdir)/stock_left_arrow_24.png \ stock_missing_image_16 $(srcdir)/stock_broken_image_16.png \ stock_missing_image_24 $(srcdir)/stock_broken_image_24.png \ + stock_network_16 $(srcdir)/stock_network_16.png \ + stock_network_24 $(srcdir)/stock_network_24.png \ stock_new_16 $(srcdir)/stock_new_16.png \ stock_new_24 $(srcdir)/stock_new_24.png \ stock_no_20 $(srcdir)/stock_no_20.png \ diff --git a/gtk/stock-icons/makefile.msc b/gtk/stock-icons/makefile.msc index 2a0c8f79da..284da86eaa 100644 --- a/gtk/stock-icons/makefile.msc +++ b/gtk/stock-icons/makefile.msc @@ -64,6 +64,8 @@ VARIABLES = \ stock_last_24 stock_last_24.png \ stock_left_arrow_16 stock_left_arrow_16.png \ stock_left_arrow_24 stock_left_arrow_24.png \ + stock_network_16 stock_network_16.png \ + stock_network_24 stock_network_24.png \ stock_new_16 stock_new_16.png \ stock_new_24 stock_new_24.png \ stock_no_20 stock_no_20.png \ @@ -112,12 +114,16 @@ VARIABLES = \ stock_stop_24 stock_stop_24.png \ stock_text_bold_16 stock_text_bold_16.png \ stock_text_bold_24 stock_text_bold_24.png \ + stock_text_indent_16 stock_text_indent_16.png \ + stock_text_indent_24 stock_text_indent_24.png \ stock_text_italic_16 stock_text_italic_16.png \ stock_text_italic_24 stock_text_italic_24.png \ stock_text_strikethrough_16 stock_text_strikethrough_16.png \ stock_text_strikethrough_24 stock_text_strikethrough_24.png \ stock_text_underline_16 stock_text_underline_16.png \ stock_text_underline_24 stock_text_underline_24.png \ + stock_text_unindent_16 stock_text_unindent_16.png \ + stock_text_unindent_24 stock_text_unindent_24.png \ stock_top_16 stock_top_16.png \ stock_top_24 stock_top_24.png \ stock_trash_16 stock_trash_16.png \ diff --git a/gtk/stock-icons/stock_network_16.png b/gtk/stock-icons/stock_network_16.png new file mode 100644 index 0000000000..ee7a294efa Binary files /dev/null and b/gtk/stock-icons/stock_network_16.png differ diff --git a/gtk/stock-icons/stock_network_24.png b/gtk/stock-icons/stock_network_24.png new file mode 100644 index 0000000000..c925994789 Binary files /dev/null and b/gtk/stock-icons/stock_network_24.png differ -- cgit v1.2.1