summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2001-02-28 00:54:54 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2001-02-28 00:54:54 +0000
commit8123705a6c54854d528d1510698562b39bac7368 (patch)
tree248fa93c3b09748e21187b927daeb78f0c095f79 /test
parentb4cd50d80f895062bcd9301103e2b627916943b4 (diff)
downloadnautilus-8123705a6c54854d528d1510698562b39bac7368.tar.gz
Fix this so I can debug a font problem somewhere else.
* test/test-nautilus-label-flavorful.c: (increasing_label_window_new), (decreasing_label_window_new): Fix this so I can debug a font problem somewhere else.
Diffstat (limited to 'test')
-rw-r--r--test/test-nautilus-label-flavorful.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-nautilus-label-flavorful.c b/test/test-nautilus-label-flavorful.c
index 4ca94b38b..7c2f52890 100644
--- a/test/test-nautilus-label-flavorful.c
+++ b/test/test-nautilus-label-flavorful.c
@@ -84,7 +84,7 @@ increasing_label_window_new (void)
gtk_box_pack_start (GTK_BOX (vbox), label, TRUE, TRUE, 0);
if (i > 0) {
- nautilus_gtk_label_make_larger (GTK_LABEL (label), i);
+ nautilus_label_make_larger (NAUTILUS_LABEL (label), i);
}
gtk_widget_show (label);
@@ -133,7 +133,7 @@ decreasing_label_window_new (void)
gtk_box_pack_start (GTK_BOX (vbox), label, TRUE, TRUE, 0);
if (i > 0) {
- nautilus_gtk_label_make_smaller (GTK_LABEL (label), i);
+ nautilus_label_make_smaller (NAUTILUS_LABEL (label), i);
}
gtk_widget_show (label);