~ubuntu-branches/ubuntu/utopic/yelp/utopic-proposed

« back to all changes in this revision

Viewing changes to libyelp/yelp-location-entry.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-02-27 13:28:05 UTC
  • Revision ID: package-import@ubuntu.com-20140227132805-uc2nwl43x1n91mf7
Tags: 3.10.1-1ubuntu2
* debian/patches/git_signal_handler.patch:
  - Don't use g_source_remove for signal handlers (lp: #1276306)

Show diffs side-by-side

added added

removed removed

Lines of Context:
522
522
        priv->view = NULL;
523
523
    }
524
524
 
 
525
    if (priv->bookmarks_changed) {
 
526
        g_signal_handler_disconnect (priv->bookmarks, priv->bookmarks_changed);
 
527
        priv->bookmarks_changed = 0;
 
528
    }
 
529
 
525
530
    if (priv->bookmarks) {
526
531
        g_object_unref (priv->bookmarks);
527
532
        priv->bookmarks = NULL;
528
533
    }
529
534
 
530
 
    if (priv->bookmarks_changed) {
531
 
        g_source_remove (priv->bookmarks_changed);
532
 
        priv->bookmarks_changed = 0;
533
 
    }
534
 
 
535
535
    if (priv->row) {
536
536
        gtk_tree_row_reference_free (priv->row);
537
537
        priv->row = NULL;