diff options
author | Christian Persch <chpe@gnome.org> | 2007-07-10 21:05:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-07-10 21:05:23 +0800 |
commit | 1f582511944d0dbb4e99c8c48b18c311fd7cb2b3 (patch) | |
tree | 4c6b09976966a4365c9c1ff24cecddc1e848743e /lib/widgets/testiconentry.c | |
parent | eb8cdb0537d915671d7caea311e3d74d24b03085 (diff) | |
download | gsoc2013-epiphany-1f582511944d0dbb4e99c8c48b18c311fd7cb2b3.tar gsoc2013-epiphany-1f582511944d0dbb4e99c8c48b18c311fd7cb2b3.tar.gz gsoc2013-epiphany-1f582511944d0dbb4e99c8c48b18c311fd7cb2b3.tar.bz2 gsoc2013-epiphany-1f582511944d0dbb4e99c8c48b18c311fd7cb2b3.tar.lz gsoc2013-epiphany-1f582511944d0dbb4e99c8c48b18c311fd7cb2b3.tar.xz gsoc2013-epiphany-1f582511944d0dbb4e99c8c48b18c311fd7cb2b3.tar.zst gsoc2013-epiphany-1f582511944d0dbb4e99c8c48b18c311fd7cb2b3.zip |
Port to new tooltips API.
2007-07-10 Christian Persch <chpe@gnome.org>
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_finalize), (ephy_location_entry_class_init),
(ephy_location_entry_construct_contents),
(ephy_location_entry_init), (ephy_location_entry_set_lock_tooltip):
Port to new tooltips API.
svn path=/trunk/; revision=7137
Diffstat (limited to 'lib/widgets/testiconentry.c')
-rw-r--r-- | lib/widgets/testiconentry.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/widgets/testiconentry.c b/lib/widgets/testiconentry.c index 6bbe210b9..bd71113ad 100644 --- a/lib/widgets/testiconentry.c +++ b/lib/widgets/testiconentry.c @@ -28,7 +28,6 @@ int main(int argc, char **argv) { GtkWidget *window, *vbox, *entry, *image; - GtkTooltips *tips; gtk_init (&argc, &argv); |