summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2005-08-05 03:54:14 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-08-05 03:54:14 +0000
commitad721653cd3384c62914b856173b0f092d7c6591 (patch)
tree11d18309d8f4845c7c40e49ed7507588039c8889 /config
parent1eace9d20571b766d22a78cc47f8e258d8a71a13 (diff)
downloadgdm-ad721653cd3384c62914b856173b0f092d7c6591.tar.gz
Fixed GET_CONFIG command so it works. Before it only printed out the value
2005-08-04 Brian Cameron <brian.cameron@sun.com> * gui/gdm.c, gui/gdm.h: Fixed GET_CONFIG command so it works. Before it only printed out the value if it had a value defined in the gdm.conf file. Now it prints out the runtime value. For values that are only used by other programs, it prints out the compiled-in default if no value exists in gdm.conf. Added comments to gdm.h to make it clear what work developers should do when adding new configuration options. * gui/gdm.h, config/gdm.conf.in: Fixed default value for GtkRC so it's %datadir%/themes/Default/gtk-2.0/gtkrc instead of Default/gtk/gtkrc.
Diffstat (limited to 'config')
-rw-r--r--config/gdm.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gdm.conf.in b/config/gdm.conf.in
index 69077082..8396bf9b 100644
--- a/config/gdm.conf.in
+++ b/config/gdm.conf.in
@@ -263,7 +263,7 @@ Enable=false
# The specific gtkrc file we use. It should be the full path to the gtkrc
# that we need. Unless you need a specific gtkrc that doesn't correspond to
# a specific theme, then just use the GtkTheme key
-#GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk/gtkrc
+#GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk-2.0/gtkrc
# The GTK+ theme to use for the gui
#GtkTheme=Default