~ubuntu-branches/ubuntu/lucid/gtkhtml3.14/lucid

« back to all changes in this revision

Viewing changes to components/editor/gtkhtml-editor-signals.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-12-02 13:55:12 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20081202135512-y3fvmqhnqtspfn9e
Tags: 1:3.25.2-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #330452: Automatic spell check suggestions should be first 
             level menu option 
  - #338921: crash when the interest in the image left before it was loaded
             (lp: #147626) 
  - #555420: IM modules "commit" 147626crash 
  - #562323: Evolution inserts a link incorrectly 
  - #472517 (bugzilla.redhat.com): Fast double-click to select word followed 
            by a right click to get context menu seems to use previous context 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1153
1153
 
1154
1154
                sensitive = (url == NULL);
1155
1155
 
 
1156
                editor->priv->link_object = cursor->object;
 
1157
                editor->priv->link_start_offset = start_offset;
 
1158
                editor->priv->link_end_offset = end_offset;
 
1159
 
1156
1160
                gtk_entry_set_text (
1157
1161
                        GTK_ENTRY (url_entry),
1158
1162
                        (url != NULL) ? url : "http://");
1159
 
 
1160
 
                editor->priv->link_object = cursor->object;
1161
 
                editor->priv->link_start_offset = start_offset;
1162
 
                editor->priv->link_end_offset = end_offset;
1163
1163
        }
1164
1164
 
1165
1165
        gtk_entry_set_text (GTK_ENTRY (dsc_entry), "");