gplugin/gplugin

Also don't tell Gtk we have a tooltip when we don't
feature/gplugin-gtk-view-cleanups
2019-11-07, Gary Kramlich
758a4592f5f8
Parents 87f7617b34bf
Children 6d8d5f52235a
Also don't tell Gtk we have a tooltip when we don't
--- a/gplugin-gtk/gplugin-gtk-view.c Thu Nov 07 20:36:16 2019 -0600
+++ b/gplugin-gtk/gplugin-gtk-view.c Thu Nov 07 20:39:14 2019 -0600
@@ -112,8 +112,6 @@
GtkTreeViewColumn *col = NULL;
GtkCellRenderer *rend = NULL;
- gtk_widget_set_has_tooltip(GTK_WIDGET(view), TRUE);
-
/* create the first column */
col = gtk_tree_view_column_new();
gtk_tree_view_column_set_title(col, "Enabled");