mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Add testimage.
2004-10-25 Matthias Clasen <mclasen@redhat.com> * tests/Makefile.am (noinst_PROGRAMS): Add testimage.
This commit is contained in:
parent
6fa44ae407
commit
9095a44578
@ -1,5 +1,7 @@
|
||||
2004-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/Makefile.am (noinst_PROGRAMS): Add testimage.
|
||||
|
||||
* tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
|
||||
|
||||
2004-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/Makefile.am (noinst_PROGRAMS): Add testimage.
|
||||
|
||||
* tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
|
||||
|
||||
2004-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/Makefile.am (noinst_PROGRAMS): Add testimage.
|
||||
|
||||
* tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
|
||||
|
||||
2004-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/Makefile.am (noinst_PROGRAMS): Add testimage.
|
||||
|
||||
* tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
|
||||
|
||||
2004-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
@ -39,6 +39,7 @@ noinst_PROGRAMS = \
|
||||
testgtk \
|
||||
testiconview \
|
||||
testicontheme \
|
||||
testimage \
|
||||
testinput \
|
||||
testmenus \
|
||||
testmultidisplay \
|
||||
@ -80,6 +81,7 @@ testfilechooser_DEPENDENCIES = $(TEST_DEPS)
|
||||
testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
|
||||
testgtk_DEPENDENCIES = $(TEST_DEPS)
|
||||
testinput_DEPENDENCIES = $(TEST_DEPS)
|
||||
testimage_DEPENDENCIES = $(TEST_DEPS)
|
||||
testmenus_DEPENDENCIES = $(TEST_DEPS)
|
||||
testmultidisplay_DEPENDENCIES = $(TEST_DEPS)
|
||||
testmultiscreen_DEPENDENCIES = $(TEST_DEPS)
|
||||
@ -115,6 +117,7 @@ testgtk_LDADD = $(LDADDS)
|
||||
testicontheme_LDADD = $(LDADDS)
|
||||
testiconview_LDADD = $(LDADDS)
|
||||
testinput_LDADD = $(LDADDS)
|
||||
testimage_LDADD = $(LDADDS)
|
||||
testmenus_LDADD = $(LDADDS)
|
||||
testmultidisplay_LDADD = $(LDADDS)
|
||||
testmultiscreen_LDADD = $(LDADDS)
|
||||
|
Loading…
Reference in New Issue
Block a user