summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Harper <jsh@eazel.com>2001-04-10 22:48:11 +0000
committerJohn Harper <jsh@src.gnome.org>2001-04-10 22:48:11 +0000
commit251d46ded4e7fa5663249903fb967a942673ab87 (patch)
treea186f92d5408a7818d0579818c6a1e83d069f763
parent992ab7632d68cd10419040da4ef285bc05316864 (diff)
downloadnautilus-251d46ded4e7fa5663249903fb967a942673ab87.tar.gz
re-removed the code to immediately add the services link (looks like itbefore-trilobite-move
2001-04-10 John Harper <jsh@eazel.com> * src/nautilus-first-time-druid.c (druid_finished): re-removed the code to immediately add the services link (looks like it was added as a result of Rebecca's checkin of 2001-04-06), since it's done at idle time now
-rw-r--r--ChangeLog7
-rw-r--r--src/nautilus-first-time-druid.c7
2 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cdcc0387..3c07c5901 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-04-10 John Harper <jsh@eazel.com>
+
+ * src/nautilus-first-time-druid.c (druid_finished): re-removed
+ the code to immediately add the services link (looks like it
+ was added as a result of Rebecca's checkin of 2001-04-06),
+ since it's done at idle time now
+
2001-04-09 Ramiro Estrugo <ramiro@eazel.com>
* acconfig.h:
diff --git a/src/nautilus-first-time-druid.c b/src/nautilus-first-time-druid.c
index 10e57265d..10bad9b3b 100644
--- a/src/nautilus-first-time-druid.c
+++ b/src/nautilus-first-time-druid.c
@@ -208,7 +208,6 @@ static void
druid_finished (GtkWidget *druid_page)
{
char *user_main_directory;
- char *desktop_path;
const char *signup_uris[3];
@@ -259,12 +258,6 @@ druid_finished (GtkWidget *druid_page)
gtk_idle_add (convert_gmc_desktop_icons, NULL);
}
- /* Create default services icon on the desktop */
- desktop_path = nautilus_get_desktop_directory ();
- nautilus_link_local_create (desktop_path, _("Eazel Services"), "hand.png",
- "eazel:", NULL, NAUTILUS_LINK_GENERIC);
- g_free (desktop_path);
-
/* Arrange to create default services icon on the desktop. Do this
* at idle time for the same reason as when converting gmc icons
*/