summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@imendio.com>2003-08-15 02:59:09 +0000
committerMikael Hallendal <hallski@src.gnome.org>2003-08-15 02:59:09 +0000
commitcc1facf61bbc68d5dd3ee55c9f0611e6ab1c5fd4 (patch)
tree13f9856881979682938669f25e8e1eab3f6c962b
parent4850f30d0ed1f4bf20ae82f0933f8726363c34c4 (diff)
downloadyelp-cc1facf61bbc68d5dd3ee55c9f0611e6ab1c5fd4.tar.gz
Return FALSE, otherwise we'll try to start Yelp from the session over and
2003-08-15 Mikael Hallendal <micke@imendio.com> * src/yelp-main.c: (main_restore_session): Return FALSE, otherwise we'll try to start Yelp from the session over and over again. Reported by Jody earlier.
-rw-r--r--ChangeLog6
-rw-r--r--src/yelp-main.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 04a8b599..cae3a33f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-15 Mikael Hallendal <micke@imendio.com>
+
+ * src/yelp-main.c:
+ (main_restore_session): Return FALSE, otherwise we'll try to start Yelp
+ from the session over and over again. Reported by Jody earlier.
+
2003-08-14 Christian Rose <menthos@menthos.com>
* configure.in: Added "ne" to ALL_LINGUAS.
diff --git a/src/yelp-main.c b/src/yelp-main.c
index 6a51480c..b9f73218 100644
--- a/src/yelp-main.c
+++ b/src/yelp-main.c
@@ -297,7 +297,7 @@ main_restore_session (void)
g_strfreev (urls);
}
- return TRUE;
+ return FALSE;
}
int