diff options
author | Russell Nelson <nelson@crynwr.com> | 1998-03-12 18:57:46 +0000 |
---|---|---|
committer | Russ Nelson <nelson@src.gnome.org> | 1998-03-12 18:57:46 +0000 |
commit | 9a9070c26d524e8481b4673beb9ebdb1e84a724e (patch) | |
tree | 817f8fcdceba4708111fd5936a0d02499e3dd52a /tests | |
parent | aebd3d2df2c138dac0a93b3fc52cc7396b8056d0 (diff) | |
download | gtk+-9a9070c26d524e8481b4673beb9ebdb1e84a724e.tar.gz |
new_pixmap wasn't using its filename argument. Add descriptions
Wed Mar 11 22:52:57 1998 Russell Nelson <nelson@crynwr.com>
* gtk/gtktest.c: new_pixmap wasn't using its filename argument.
* docs/gtk.texi: Add descriptions
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testgtk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c index 4c675e8d69..d36f6f2239 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -599,7 +599,7 @@ new_pixmap (char *filename, pixmap = gdk_pixmap_create_from_xpm (window, &mask, background, - "test.xpm"); + filename); wpixmap = gtk_pixmap_new (pixmap, mask); return wpixmap; |