diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-10-04 21:25:47 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-10-04 21:25:47 +0000 |
commit | 47bed428ffd4634ba0f69d192b55a26a8f552f7d (patch) | |
tree | bd3b24f86bc7ff7095a99a84bde33f4b05643e81 /gtk/stock-icons | |
parent | d2aa626845d04b5270c3e088f104f847c4e9251d (diff) | |
download | gtk+-47bed428ffd4634ba0f69d192b55a26a8f552f7d.tar.gz |
Improve checks on public entry points, including, among other things
Fri Oct 4 17:13:03 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c: Improve checks on public entry points,
including, among other things checking whether drag
contexts passed in are source or dest. (Fixes
#76762, Alexey A. Malyshev)
* tests/testtext.c tests/testgtk.c tests/testdnd.c:
Fix uninstalled operation for new pixbuf changes.
* gtk/stock-icons/Makefile.am (pixbuf_csource):
Fix makefile for uninstalled operation.
Diffstat (limited to 'gtk/stock-icons')
-rw-r--r-- | gtk/stock-icons/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/stock-icons/Makefile.am b/gtk/stock-icons/Makefile.am index 4efcc1b8a7..affe0eba19 100644 --- a/gtk/stock-icons/Makefile.am +++ b/gtk/stock-icons/Makefile.am @@ -262,7 +262,7 @@ CLEANFILES = $(noinst_DATA) if CROSS_COMPILING pixbuf_csource=$(GDK_PIXBUF_CSOURCE) else -pixbuf_csource=GDK_PIXBUF_MODULEDIR=$(top_builddir)/gdk-pixbuf $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource +pixbuf_csource=GDK_PIXBUF_MODULE_FILE=$$topdir/gdk-pixbuf/gdk-pixbuf.loaders $$topdir/gdk-pixbuf/gdk-pixbuf-csource endif gtkstockpixbufs.h: @REBUILD_PNGS@ $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource $(IMAGES) |