Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-08-20 17:10:39 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-08-20 17:10:39 (GMT)
commitfb7b5ffddb16ff614cb858302cc11609e00cbe3c (patch)
treed486f62c4ce18fecc590c79ee3c8434c8e3b35e4
parent96cb8b1f881c62f4e5c26c966b8e51320f5efcc4 (diff)
remove redundant g_warnings.
Sat Aug 20 13:10:01 2005 Jonathan Blandford <jrb@redhat.com> * shell/main.c (main): remove redundant g_warnings.
-rw-r--r--ChangeLog4
-rw-r--r--shell/main.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 651cafd..4fba5c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Aug 20 13:10:01 2005 Jonathan Blandford <jrb@redhat.com>
+
+ * shell/main.c (main): remove redundant g_warnings.
+
2005-08-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/Makefile.am: Don't include autogenerated
diff --git a/shell/main.c b/shell/main.c
index 4fff6df..fdde6e2 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -198,11 +198,9 @@ main (int argc, char *argv[])
#ifdef ENABLE_DBUS
if (!ev_application_register_service (EV_APP)) {
if (load_files_remote (poptGetArgs (context))) {
- g_warning ("Another process was running.");
return 0;
}
} else {
- g_warning ("Starting evince process.");
enable_metadata = TRUE;
}
#endif