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

« back to all changes in this revision

Viewing changes to plugins/tools/execute.c

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.4.14)
  • Revision ID: package-import@ubuntu.com-20140712151739-p9xy0ntlgbpm2nxq
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:
687
687
                man = anjuta_shell_get_interface (this->execution->plugin->shell,
688
688
                                                                                  IAnjutaMessageManager, NULL);
689
689
                ianjuta_message_manager_remove_view (man, this->view, NULL);
 
690
                g_object_remove_weak_pointer (G_OBJECT (this->view), (gpointer *)(gpointer)&this->view);
690
691
                this->view = NULL;
691
692
        }
 
693
        if (this->editor)
 
694
        {
 
695
                g_object_remove_weak_pointer (G_OBJECT (this->editor), (gpointer *)(gpointer)&this->editor);
 
696
                this->editor = NULL;
 
697
        }
692
698
        if (this->buffer)
693
699
        {
694
700
                g_string_free (this->buffer, TRUE);