Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
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 /shell/main.c
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.
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 0 insertions, 2 deletions
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