diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-03-14 23:31:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-03-14 23:31:45 +0800 |
commit | 0d8dd611e669275c40f3113d22b97d467e3545c4 (patch) | |
tree | a356f30de9ab565c1e4ad1bb8bea1f8d9192d26f /lib/ephy-gui.h | |
parent | 0551f379b4ec62e5399422b0f2034313fd3daf76 (diff) | |
download | gsoc2013-epiphany-0d8dd611e669275c40f3113d22b97d467e3545c4.tar gsoc2013-epiphany-0d8dd611e669275c40f3113d22b97d467e3545c4.tar.gz gsoc2013-epiphany-0d8dd611e669275c40f3113d22b97d467e3545c4.tar.bz2 gsoc2013-epiphany-0d8dd611e669275c40f3113d22b97d467e3545c4.tar.lz gsoc2013-epiphany-0d8dd611e669275c40f3113d22b97d467e3545c4.tar.xz gsoc2013-epiphany-0d8dd611e669275c40f3113d22b97d467e3545c4.tar.zst gsoc2013-epiphany-0d8dd611e669275c40f3113d22b97d467e3545c4.zip |
Remove custom search, and use gtktreeview typeaheadfind. Fixes bug
2005-03-14 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-gui.c: (ephy_gui_is_middle_click):
* lib/ephy-gui.h:
* lib/widgets/ephy-node-view.c: (ephy_node_view_key_press_cb),
(ephy_node_view_add_column), (ephy_node_view_init):
Remove custom search, and use gtktreeview typeaheadfind. Fixes bug
#118107.
Diffstat (limited to 'lib/ephy-gui.h')
-rw-r--r-- | lib/ephy-gui.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ephy-gui.h b/lib/ephy-gui.h index 226f262f9..6668a4598 100644 --- a/lib/ephy-gui.h +++ b/lib/ephy-gui.h @@ -57,10 +57,6 @@ GtkWindowGroup *ephy_gui_ensure_window_group (GtkWindow *window); gboolean ephy_gui_is_middle_click (void); -gboolean ephy_gui_select_row_by_key (GtkTreeView *treeview, - gint column, - guint32 unicode); - gboolean ephy_gui_confirm_overwrite_file (GtkWidget *parent, const char *filename); |