[yast-commit] r62819 - /trunk/gtk/src/ygtktreeview.c
Author: rpmcruz Date: Wed Nov 10 21:18:34 2010 New Revision: 62819 URL: http://svn.opensuse.org/viewcvs/yast?rev=62819&view=rev Log: Fix syntax. Modified: trunk/gtk/src/ygtktreeview.c Modified: trunk/gtk/src/ygtktreeview.c URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/src/ygtktreeview.c?rev=62819&r1=62818&r2=62819&view=diff ============================================================================== --- trunk/gtk/src/ygtktreeview.c (original) +++ trunk/gtk/src/ygtktreeview.c Wed Nov 10 21:18:34 2010 @@ -108,10 +108,8 @@ g_list_free (rows); } - GtkWidget *widget = (GtkWidget *) user_data; gtk_tree_view_convert_bin_window_to_widget_coords ( - GTK_TREE_VIEW (widget), _popup_x, _popup_y, &_popup_x, &_popup_y); - + view, _popup_x, _popup_y, &_popup_x, &_popup_y); gint x_orig, y_orig; gdk_window_get_origin (widget->window, &x_orig, &y_orig); _popup_x += x_orig; _popup_y += y_orig; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rpmcruz@svn2.opensuse.org