~mati75/spacefm/hand

« back to all changes in this revision

Viewing changes to src/ptk/ptk-file-properties.c

  • Committer: IgnorantGuru
  • Date: 2015-04-05 20:38:15 UTC
  • Revision ID: git-v1:7dbe39370bd47c71acc50d3f431ade4ffd240e7e
fix GLib-CRITICAL source ID not found warning on file prop close #478

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
 
196
196
    gdk_threads_leave();
197
197
 
 
198
    if ( data->done )
 
199
        data->update_label_timer = 0;
198
200
    return !data->done;
199
201
}
200
202
 
370
372
        gtk_window_set_default_size( GTK_WINDOW( dlg ), width, -1 );
371
373
 
372
374
    data = g_slice_new0( FilePropertiesDialogData );
 
375
    data->update_label_timer = 0;
373
376
    /* FIXME: When will the data be freed??? */
374
377
    g_object_set_data( G_OBJECT( dlg ), "DialogData", data );
375
378
    data->file_list = sel_files;