~mitya57/ubuntu/precise/nautilus/desktop-window-fixes

« back to all changes in this revision

Viewing changes to src/file-manager/fm-properties-window.c

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-09-23 20:11:11 UTC
  • mto: (1.2.5 upstream) (2.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 138.
  • Revision ID: james.westby@ubuntu.com-20090923201111-r4e2b6x5biik0ldh
Tags: upstream-2.28.0
ImportĀ upstreamĀ versionĀ 2.28.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
#include <sys/stat.h>
63
63
#include <cairo.h>
64
64
 
65
 
#if HAVE_SYS_STATVFS_H
66
 
#include <sys/statvfs.h>
67
 
#endif
68
65
#if HAVE_SYS_VFS_H
69
66
#include <sys/vfs.h>
70
67
#elif HAVE_SYS_MOUNT_H
4902
4899
                                           "is-extension-page",
4903
4900
                                           page);
4904
4901
 
4905
 
                        gtk_widget_unref (page_widget);
4906
 
                        gtk_widget_unref (label);
 
4902
                        g_object_unref (page_widget);
 
4903
                        g_object_unref (label);
4907
4904
 
4908
4905
                        g_object_unref (page);
4909
4906
                }
5163
5160
                        attributes |= NAUTILUS_FILE_ATTRIBUTE_DEEP_COUNTS;
5164
5161
                }
5165
5162
                
5166
 
                attributes |= NAUTILUS_FILE_ATTRIBUTE_METADATA;
 
5163
                attributes |= NAUTILUS_FILE_ATTRIBUTE_INFO;
5167
5164
                nautilus_file_monitor_add (file, &window->details->target_files, attributes);
5168
5165
        }       
5169
5166