Remove obsolete code. Bug #459566.
2007-07-23 Christian Persch <chpe@gnome.org> * tests/testtooltips.c: (query_tooltip_tree_view_cb): Remove obsolete code. Bug #459566. svn path=/trunk/; revision=18531
This commit is contained in:
committed by
Christian Persch
parent
dfe7852586
commit
d40531635e
@ -1,3 +1,8 @@
|
|||||||
|
2007-07-23 Christian Persch <chpe@gnome.org>
|
||||||
|
|
||||||
|
* tests/testtooltips.c: (query_tooltip_tree_view_cb): Remove obsolete
|
||||||
|
code. Bug #459566.
|
||||||
|
|
||||||
2007-07-23 Matthias Clasen <mclasen@redhat.com>
|
2007-07-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreeview.c:
|
* gtk/gtktreeview.c:
|
||||||
|
|||||||
@ -107,27 +107,6 @@ query_tooltip_tree_view_cb (GtkWidget *widget,
|
|||||||
|
|
||||||
char buffer[512];
|
char buffer[512];
|
||||||
|
|
||||||
if (keyboard_tip)
|
|
||||||
{
|
|
||||||
/* Keyboard mode */
|
|
||||||
gtk_tree_view_get_cursor (tree_view, &path, NULL);
|
|
||||||
|
|
||||||
if (!path)
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
gint bin_x, bin_y;
|
|
||||||
|
|
||||||
gtk_tree_view_convert_widget_to_bin_window_coords (tree_view, x, y,
|
|
||||||
&bin_x, &bin_y);
|
|
||||||
|
|
||||||
/* Mouse mode */
|
|
||||||
if (!gtk_tree_view_get_path_at_pos (tree_view, bin_x, bin_y,
|
|
||||||
&path, NULL, NULL, NULL))
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!gtk_tree_view_get_tooltip_context (tree_view, &x, &y,
|
if (!gtk_tree_view_get_tooltip_context (tree_view, &x, &y,
|
||||||
keyboard_tip,
|
keyboard_tip,
|
||||||
&model, &path, &iter))
|
&model, &path, &iter))
|
||||||
|
|||||||
Reference in New Issue
Block a user