nautilus r13757 - in trunk: . src/file-manager
- From: cosimoc svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r13757 - in trunk: . src/file-manager
- Date: Fri, 15 Feb 2008 11:00:02 +0000 (GMT)
Author: cosimoc
Date: Fri Feb 15 11:00:01 2008
New Revision: 13757
URL: http://svn.gnome.org/viewvc/nautilus?rev=13757&view=rev
Log:
2008-02-15 Cosimo Cecchi <cosimoc gnome org>
* src/file-manager/fm-properties-window.c:
(should_show_custom_icon_buttons):
Fix typo, now you can set custom icons again. (#512795)
Modified:
trunk/ChangeLog
trunk/src/file-manager/fm-properties-window.c
Modified: trunk/src/file-manager/fm-properties-window.c
==============================================================================
--- trunk/src/file-manager/fm-properties-window.c (original)
+++ trunk/src/file-manager/fm-properties-window.c Fri Feb 15 11:00:01 2008
@@ -2556,7 +2556,7 @@
static gboolean
should_show_custom_icon_buttons (FMPropertiesWindow *window)
{
- if (!is_multi_file_window (window)) {
+ if (is_multi_file_window (window)) {
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]