diff options
author | Hans Breuer <hans@breuer.org> | 2004-01-28 21:46:02 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2004-01-28 21:46:02 +0000 |
commit | 2d19ee19beb706f9d341584c5557fdc6098700b6 (patch) | |
tree | cd18a85c7c3908ca26b33fdded92047f3a5d76f7 /gtk/stock-icons | |
parent | f8b6fce69f0b8c6d1370a04c9d88c88e7fd942a0 (diff) | |
download | gtk+-2d19ee19beb706f9d341584c5557fdc6098700b6.tar.gz |
new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ...
2004-01-28 Hans Breuer <hans@breuer.org>
* 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
Diffstat (limited to 'gtk/stock-icons')
-rw-r--r-- | gtk/stock-icons/Makefile.am | 4 | ||||
-rw-r--r-- | gtk/stock-icons/makefile.msc | 6 | ||||
-rw-r--r-- | gtk/stock-icons/stock_network_16.png | bin | 0 -> 594 bytes | |||
-rw-r--r-- | gtk/stock-icons/stock_network_24.png | bin | 0 -> 934 bytes |
4 files changed, 10 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000000..ee7a294efa --- /dev/null +++ b/gtk/stock-icons/stock_network_16.png diff --git a/gtk/stock-icons/stock_network_24.png b/gtk/stock-icons/stock_network_24.png Binary files differnew file mode 100644 index 0000000000..c925994789 --- /dev/null +++ b/gtk/stock-icons/stock_network_24.png |