summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-02-28 22:10:35 +0000
committerDarin Adler <darin@src.gnome.org>2001-02-28 22:10:35 +0000
commit7605ce7bed18fa5433a13fff83cc758b38feab73 (patch)
tree91e7ba6c816d6fa863eab7baf941b0ff7ab13b4c /src
parentf9f267e84c4d5aa279520e931a8c0b65233d7466 (diff)
downloadnautilus-7605ce7bed18fa5433a13fff83cc758b38feab73.tar.gz
Tweaks to just-checked-in stuff.
* check-strings-functions: * check-strings.pl: Tweaks to just-checked-in stuff. * src/nautilus-first-time-druid.c: Fix build by getting rid of incorrect use of stringize macro.
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-first-time-druid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-first-time-druid.c b/src/nautilus-first-time-druid.c
index bda6d58b6..c46aa29fe 100644
--- a/src/nautilus-first-time-druid.c
+++ b/src/nautilus-first-time-druid.c
@@ -75,7 +75,7 @@ enum {
/* Preference for http proxy settings */
#define DEFAULT_HTTP_PROXY_PORT 8080
-#define DEFAULT_HTTP_PROXY_PORT_STRING #DEFAULT_HTTP_PROXY_PORT
+#define DEFAULT_HTTP_PROXY_PORT_STRING "8080"
#define GNOME_VFS_PREFERENCES_HTTP_PROXY_HOST "/system/gnome-vfs/http-proxy-host"
#define GNOME_VFS_PREFERENCES_HTTP_PROXY_PORT "/system/gnome-vfs/http-proxy-port"
#define GNOME_VFS_PREFERENCES_USE_HTTP_PROXY "/system/gnome-vfs/use-http-proxy"