summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRussell Nelson <nelson@crynwr.com>1998-03-12 18:57:46 +0000
committerRuss Nelson <nelson@src.gnome.org>1998-03-12 18:57:46 +0000
commit9a9070c26d524e8481b4673beb9ebdb1e84a724e (patch)
tree817f8fcdceba4708111fd5936a0d02499e3dd52a /tests
parentaebd3d2df2c138dac0a93b3fc52cc7396b8056d0 (diff)
downloadgtk+-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.c2
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;