summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2002-01-19 07:28:56 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-01-19 07:28:56 +0000
commit4661db56aece550a1089af1d9b5f72a43eb02b55 (patch)
treee113bb7ebe2bc5be1b04524466611bcf785ea153
parent465dfdf2ec6d44756ef32cc9981ca172af66f88f (diff)
downloadgdk-pixbuf-4661db56aece550a1089af1d9b5f72a43eb02b55.tar.gz
fix image file names
-rw-r--r--modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc b/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc
index 58cc6310c..2d621e0d6 100644
--- a/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc
+++ b/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc
@@ -3,9 +3,9 @@ style "default"
fg[NORMAL] = "#ffffff"
fg[PRELIGHT] = "#ffffff"
bg_pixmap[NORMAL] = "triangle_background.png"
-# bg_pixmap[NORMAL] = "bc.xpm"
- bg_pixmap[PRELIGHT] = "bc-light.xpm"
- bg_pixmap[ACTIVE] = "bc-dark.xpm" bg_pixmap[INSENSITIVE] = "bc.xpm"
+# bg_pixmap[NORMAL] = "bc.png"
+ bg_pixmap[PRELIGHT] = "bc-light.png"
+ bg_pixmap[ACTIVE] = "bc-dark.png" bg_pixmap[INSENSITIVE] = "bc.png"
}
class "GtkWidget" style "default"