[nautilus] application: fix a copy-paste typo
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] application: fix a copy-paste typo
- Date: Wed, 15 Dec 2010 18:39:59 +0000 (UTC)
commit 1746a53cbbd450822ff857c3e1eadf5358b22cfa
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Dec 15 19:39:03 2010 +0100
application: fix a copy-paste typo
src/nautilus-application.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index fd9e107..e68ecc6 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -1510,7 +1510,7 @@ init_css (void)
NAUTILUS_DATADIR G_DIR_SEPARATOR_S "nautilus.css", &error);
if (error != NULL) {
- g_warning ("Can't parse NautilusPlacesSidebar's CSS custom description: %s\n", error->message);
+ g_warning ("Can't parse Nautilus' CSS custom description: %s\n", error->message);
g_error_free (error);
} else {
gtk_style_context_add_provider_for_screen (gdk_screen_get_default (),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]