~ubuntu-branches/ubuntu/utopic/anjuta/utopic

« back to all changes in this revision

Viewing changes to plugins/run-program/plugin.c

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.1.56) (27.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20140712151739-eyw0ufhvwa5s11jc
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
 
377
377
        /* Warning this function could be called several times */
378
378
 
 
379
        if (plugin->terminal != NULL)
 
380
        {
 
381
                g_object_remove_weak_pointer (G_OBJECT (plugin->terminal),
 
382
                                           (void **)&plugin->terminal);
 
383
                plugin->terminal = NULL;
 
384
        }
 
385
 
379
386
        run_free_all_children (plugin);
380
387
 
381
388
        G_OBJECT_CLASS (parent_class)->dispose (obj);