From 62fd1bb048bf0e72cb7e5e9fdfbd5e30ba75a1fd Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 2 Nov 1998 03:28:59 +0000 Subject: [PATCH] 1998-11-01 Federico Mena Quintero * setup.c: #ifdef'ed out stuff in the menus that will get changed as I rewrite the desktop part. --- src/ChangeLog | 5 +++++ src/setup.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 5a16ca1da..c3f76f46c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +1998-11-01 Federico Mena Quintero + + * setup.c: #ifdef'ed out stuff in the menus that will get changed + as I rewrite the desktop part. + 1998-10-30 Miguel de Icaza * layout.c (print_vfs_message): Use g_snprintf instead of diff --git a/src/setup.c b/src/setup.c index c38edc7cd..e03673738 100644 --- a/src/setup.c +++ b/src/setup.c @@ -246,9 +246,11 @@ static struct { #endif #ifdef HAVE_GNOME +#if 0 { "want_transparent_text", &want_transparent_text }, { "want_transparent_icons", &want_transparent_icons }, { "icons_snap_to_grid", &icons_snap_to_grid }, +#endif #else { "nice_rotating_dash", &nice_rotating_dash }, { "horizontal_split", &horizontal_split },