Skip to content
  • Darin Adler's avatar
    Because lots of recent bugs were due to "signal handler called after · 136742e4
    Darin Adler authored
    	* Tons of files:
    	Because lots of recent bugs were due to "signal handler called after
    	object gone" problems, switched many calls of g_signal_connect and
    	g_signal_connect_swapped to use g_signal_connect_object instead.
    	Also did other signal-related cleanup and changed some destroys to
    	finalizes.
    
    	* libnautilus/nautilus-view-standard-main.h:
    	We no longer need to include nautilus-view.h in here. So include it
    	in the files that use this instead.
    
    	Did merges from stable branch:
    
    	2001-10-25  Darin Adler  <darin@bentspoon.com>
    
            * libnautilus-private/nautilus-directory.c:
            (call_files_changed_common), (call_files_changed_free_list),
            (call_files_changed_unref_free_list),
            (nautilus_directory_notify_files_changed): Move call to
            nautilus_directory_add_file_to_work_queue into a better
            bottleneck; now it catches all the notify cases, not just changed.
            Also tell it to re-get top-left tex...
    136742e4