diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-08 03:41:46 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-08 03:41:46 +0800 |
commit | 20dd70b526a557dccd623f9a1c0b05720317e9f7 (patch) | |
tree | b138618f8e9d3daf7d9d915495b367dbec198b1e /src/ephy-favicon-action.c | |
parent | 30177ef207092d95ebbc2c835d52262618436c90 (diff) | |
download | gsoc2013-epiphany-20dd70b526a557dccd623f9a1c0b05720317e9f7.tar gsoc2013-epiphany-20dd70b526a557dccd623f9a1c0b05720317e9f7.tar.gz gsoc2013-epiphany-20dd70b526a557dccd623f9a1c0b05720317e9f7.tar.bz2 gsoc2013-epiphany-20dd70b526a557dccd623f9a1c0b05720317e9f7.tar.lz gsoc2013-epiphany-20dd70b526a557dccd623f9a1c0b05720317e9f7.tar.xz gsoc2013-epiphany-20dd70b526a557dccd623f9a1c0b05720317e9f7.tar.zst gsoc2013-epiphany-20dd70b526a557dccd623f9a1c0b05720317e9f7.zip |
Move and autoupdate these from egg.
2003-04-07 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/Makefile.am:
* lib/widgets/eggtreemodelfilter.c:
* lib/widgets/eggtreemodelfilter.h:
* lib/widgets/eggtreemultidnd.c:
* lib/widgets/eggtreemultidnd.h:
* lib/egg/Makefile.am:
* lib/egg/eggtreemodelfilter.c:
* lib/egg/eggtreemodelfilter.h:
* lib/egg/eggtreemultidnd.c:
* lib/egg/eggtreemultidnd.h:
* lib/egg/update-from-egg.sh:
Move and autoupdate these from egg.
* lib/ephy-dnd.c:
* lib/ephy-dnd.h:
* src/ephy-favicon-action.c:
Remove an unnecessary param in ephydnd API.
* lib/widgets/ephy-tree-model-sort.c:
Use the real multidnd api.
2
Diffstat (limited to 'src/ephy-favicon-action.c')
-rw-r--r-- | src/ephy-favicon-action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-favicon-action.c b/src/ephy-favicon-action.c index 1609f77c3..aa88571c5 100644 --- a/src/ephy-favicon-action.c +++ b/src/ephy-favicon-action.c @@ -106,7 +106,7 @@ favicon_drag_data_get_cb (GtkWidget *widget, g_return_if_fail (context != NULL); ephy_dnd_drag_data_get (widget, context, selection_data, - info, time, window, each_url_get_data_binder); + time, window, each_url_get_data_binder); } static GtkWidget * |