Changeset 29

Show
Ignore:
Timestamp:
11/02/07 11:29:21
Author:
pvanhoof
Message:

2007-11-02 Philip Van Hoof <pvanhoof@gnome.org>

        • Bugfix with error handling in the callback handlers
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r28 r29  
     12007-11-02  Philip Van Hoof  <pvanhoof@gnome.org> 
     2 
     3        * Bugfix with error handling in the callback handlers 
     4 
    152007-11-01  Philip Van Hoof  <pvanhoof@gnome.org> 
    26 
  • trunk/src/tmut-folder-view.c

    r28 r29  
    8585        } 
    8686 
    87         if (err) 
    88                 g_error_free (err); 
    89  
    9087        g_object_unref (user_data); 
    9188 
  • trunk/src/tmut-menu-view.c

    r28 r29  
    7777                gtk_widget_show_all (dialog); 
    7878        } 
    79  
    80         if (err) 
    81                 g_error_free (err); 
    8279 
    8380        g_object_unref (user_data);