mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
Use tabs
This commit is contained in:
parent
225acd0ce2
commit
33b5dc1c75
@ -53,14 +53,14 @@ url_treeview_url_clicked_cb (GtkWidget *view, GdkEventButton *event,
|
||||
GtkTreePath *path;
|
||||
GtkTreeView *tree = GTK_TREE_VIEW (view);
|
||||
|
||||
if (!event || !gtk_tree_view_get_path_at_pos (tree, event->x, event->y, &path, 0, 0, 0))
|
||||
return FALSE;
|
||||
if (!event || !gtk_tree_view_get_path_at_pos (tree, event->x, event->y, &path, 0, 0, 0))
|
||||
return FALSE;
|
||||
|
||||
/* select what they right-clicked on */
|
||||
sel = gtk_tree_view_get_selection (tree);
|
||||
gtk_tree_selection_unselect_all (sel);
|
||||
gtk_tree_selection_select_path (sel, path);
|
||||
gtk_tree_path_free (path);
|
||||
/* select what they right-clicked on */
|
||||
sel = gtk_tree_view_get_selection (tree);
|
||||
gtk_tree_selection_unselect_all (sel);
|
||||
gtk_tree_selection_select_path (sel, path);
|
||||
gtk_tree_path_free (path);
|
||||
|
||||
if (!gtkutil_treeview_get_selected (GTK_TREE_VIEW (view), &iter,
|
||||
URL_COLUMN, &url, -1))
|
||||
|
Loading…
Reference in New Issue
Block a user