[Xfce4-commits] <thunar:jannis/port-to-udev> Fix the application name in certain strings.
Jannis Pohlmann
noreply at xfce.org
Wed Jul 21 18:28:01 CEST 2010
Updating branch refs/heads/jannis/port-to-udev
to 9b9ae1e53d751733a095c13c9bab047f2d189acb (commit)
from 4cda9da27b213c79f5da418b4d815dc8fcdb42da (commit)
commit 9b9ae1e53d751733a095c13c9bab047f2d189acb
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Jul 21 18:26:19 2010 +0200
Fix the application name in certain strings.
thunar-mount-notify/main.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/thunar-mount-notify/main.c b/thunar-mount-notify/main.c
index c7cf8f8..a39e994 100644
--- a/thunar-mount-notify/main.c
+++ b/thunar-mount-notify/main.c
@@ -1,6 +1,7 @@
/* vi:set et ai sw=2 sts=2 ts=2: */
/*-
* Copyright (c) 2006-2007 Benedikt Meurer <benny at xfce.org>
+ * Copyright (c) 2010 Jannis Pohlmann <jannis at xfce.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -156,12 +157,12 @@ main (int argc, char **argv)
{
/* no error message, the GUI initialization failed */
display_name = gdk_get_display_arg_name ();
- g_fprintf (stderr, "exo-mount-notify: %s: %s\n", _("Failed to open display"), (display_name != NULL) ? display_name : " ");
+ g_fprintf (stderr, "thunar-mount-notify: %s: %s\n", _("Failed to open display"), (display_name != NULL) ? display_name : " ");
}
else
{
/* yep, there's an error, so print it */
- g_fprintf (stderr, "exo-mount-notify: %s\n", err->message);
+ g_fprintf (stderr, "thunar-mount-notify: %s\n", err->message);
}
return EXIT_FAILURE;
}
@@ -195,7 +196,7 @@ main (int argc, char **argv)
}
/* try to initialize libnotify */
- if (!notify_init ("exo-mount"))
+ if (!notify_init ("thunar-mount-notify"))
{
/* it doesn't make sense to continue from here on */
g_printerr ("%s: %s.\n", g_get_prgname (), "Failed to initialize libnotify");
More information about the Xfce4-commits
mailing list