~ubuntu-branches/ubuntu/precise/gtksourceview2/precise-proposed

« back to all changes in this revision

Viewing changes to gtksourceview/gtksourcecompletion.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-05-31 10:35:27 UTC
  • mfrom: (1.4.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: james.westby@ubuntu.com-20100531103527-3l3pn56d32uq9qna
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1724
1724
        gtk_source_completion_context_get_iter (completion->priv->context,
1725
1725
                                                &it);
1726
1726
        
1727
 
        if (gtk_text_iter_get_line (iter) != gtk_text_iter_get_line (&it))
 
1727
        if (!gtk_text_iter_equal (iter, &it))
1728
1728
        {
1729
1729
                gtk_source_completion_hide (completion);
1730
1730
                return;