summaryrefslogtreecommitdiff
path: root/tests/testgtkrc
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-04-17 19:19:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-04-17 19:19:09 +0000
commiteced7172800dd6a5ec5cd5dfca15c4eb80e4b915 (patch)
treee55bdef263bc1b01d8d9cdf59161094ba4c7685b /tests/testgtkrc
parentca2a67b4c6fbed8d99559ab68326f866bb472a89 (diff)
downloadgdk-pixbuf-eced7172800dd6a5ec5cd5dfca15c4eb80e4b915.tar.gz
Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
Tue Apr 17 13:47:12 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter names to compatibility #defines so docs work. * gtk/gtkenums.h: Remove GtkMenuFactoryType * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups. * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS * tests/testgtkrc: No magenta cursors, please. * README.in INSTALL.in HACKING README.cvs-commits: Updated. * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
Diffstat (limited to 'tests/testgtkrc')
-rw-r--r--tests/testgtkrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc
index 408cd54a6..56124a4a4 100644
--- a/tests/testgtkrc
+++ b/tests/testgtkrc
@@ -32,7 +32,7 @@ style "global-style-properties"
{
# xthickness = 20
GtkSpinButton::shadow_type = etched-out
- GtkEntry::cursor_color = "#ff00ff"
+ GtkEntry::cursor_color = "#ff0000"
}
class "GtkWidget" style "global-style-properties"