diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-06-22 03:25:41 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-06-22 03:25:41 +0800 |
commit | bcc276fa99bbded1b5b42503dfb2feca30c48e24 (patch) | |
tree | 07f68b570bba65521d8870eeb9fd3832b9d3a497 /src/pdm-dialog.c | |
parent | 54d27764848058ad591478a56a67ec49bee20efe (diff) | |
download | gsoc2013-epiphany-bcc276fa99bbded1b5b42503dfb2feca30c48e24.tar.gz gsoc2013-epiphany-bcc276fa99bbded1b5b42503dfb2feca30c48e24.tar.zst gsoc2013-epiphany-bcc276fa99bbded1b5b42503dfb2feca30c48e24.zip |
Factor out the helper to select a treeview row by column and use it also
2004-06-21 Marco Pesenti Gritti <marco@gnome.org>
* lib/ephy-gui.c: (ephy_gui_help), (ephy_gui_select_row_by_key):
* lib/widgets/ephy-node-view.c: (ephy_node_view_key_press_cb):
* src/bookmarks/ephy-topics-selector.c: (topic_key_pressed):
Factor out the helper to select a treeview row by column and
use it also in the topic selector.
* lib/ephy-gui.h:
* src/bookmarks/ephy-bookmarks-editor.c:
* src/bookmarks/ephy-new-bookmark.c:
* src/ephy-history-window.c:
* src/pdm-dialog.c:
* src/ppview-toolbar.c:
* src/prefs-dialog.c:
* src/window-commands.c:
* embed/downloader-view.c:
Remove braindead gtk.h inclusion and deal with
fallout headers.
Diffstat (limited to 'src/pdm-dialog.c')
-rwxr-xr-x | src/pdm-dialog.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index 89eda8f8c..60ec410a3 100755 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -34,6 +34,11 @@ #include "ephy-debug.h" #include "ephy-state.h" +#include <gtk/gtkbox.h> +#include <gtk/gtkstock.h> +#include <gtk/gtktable.h> +#include <gtk/gtktreeselection.h> +#include <gtk/gtkdialog.h> #include <gtk/gtktreeview.h> #include <gtk/gtkliststore.h> #include <gtk/gtkcellrenderertext.h> |