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 <[EMAIL PROTECTED]>
* 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;
}
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.