~ubuntu-branches/ubuntu/oneiric/midori/oneiric-updates

« back to all changes in this revision

Viewing changes to toolbars/midori-findbar.c

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2011-08-02 09:44:09 UTC
  • mfrom: (1.1.17 upstream) (3.3.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110802094409-b0eekdkttqs5a528
Tags: 0.4.0-1
* New upstream release.
* debian/control:
  - bump webkit build-dep to 1.1.17.
  - bump valac build-dep to 0.10.

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
        if ((text = midori_view_get_selected_text (MIDORI_VIEW (view))))
148
148
            gtk_entry_set_text (GTK_ENTRY (findbar->find_text), text);
149
149
        gtk_widget_show (GTK_WIDGET (findbar));
 
150
        gtk_widget_grab_focus (GTK_WIDGET (findbar->find_text));
150
151
    }
151
 
 
152
 
    gtk_widget_grab_focus (GTK_WIDGET (findbar->find_text));
153
152
}
154
153
 
155
154
static void