nautilus r14836 - in trunk: . libnautilus-private
- From: awalton svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r14836 - in trunk: . libnautilus-private
- Date: Mon, 12 Jan 2009 11:48:55 +0000 (UTC)
Author: awalton
Date: Mon Jan 12 11:48:55 2009
New Revision: 14836
URL: http://svn.gnome.org/viewvc/nautilus?rev=14836&view=rev
Log:
2009-01-12 A. Walton <awalton gnome org>
* libnautilus-private/nautilus-link.c
(nautilus_link_get_link_icon_from_desktop):
Fix last commit to actually patch the right part of the file.
Modified:
trunk/ChangeLog
trunk/libnautilus-private/nautilus-link.c
Modified: trunk/libnautilus-private/nautilus-link.c
==============================================================================
--- trunk/libnautilus-private/nautilus-link.c (original)
+++ trunk/libnautilus-private/nautilus-link.c Mon Jan 12 11:48:55 2009
@@ -462,7 +462,7 @@
}
type = g_key_file_get_string (key_file, MAIN_GROUP, "Type", NULL);
- if (strcmp (type, "Application") == 0) {
+ if (g_strcmp0 (type, "Application") == 0) {
icon = g_strdup ("gnome-fs-executable");
} else if (strcmp (type, "Link") == 0) {
icon = g_strdup ("gnome-dev-symlink");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]