[Xfce4-commits] [apps/gigolo] 03/26: Drop deprecated gtk_tree_view_set_rules_hint
noreply at xfce.org
noreply at xfce.org
Thu Oct 25 08:03:55 CEST 2018
This is an automated email from the git hooks/post-receive script.
l a n d r y p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/gigolo.
commit a4fdb6cf077f0c130d188a7a13c5969a52165326
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Tue Oct 16 19:20:40 2018 -0400
Drop deprecated gtk_tree_view_set_rules_hint
---
TODO | 3 ---
src/bookmarkdialog.c | 1 -
2 files changed, 4 deletions(-)
diff --git a/TODO b/TODO
index 5cc5d79..731611c 100644
--- a/TODO
+++ b/TODO
@@ -21,9 +21,6 @@ browsenetworkpanel.c:452:2: warning: ‘gtk_image_menu_item_new_with_mnemonic’
browsenetworkpanel.c:453:2: warning: ‘gtk_image_menu_item_get_type’ is deprecated: Use 'gtk_menu_item_get_type' instead
browsenetworkpanel.c:453:2: warning: ‘gtk_image_menu_item_set_image’ is deprecated
-=== GtkTreeView deprecations ===
-bookmarkdialog.c:360:2: warning: ‘gtk_tree_view_set_rules_hint’ is deprecated
-
=== GObject deprecations ===
window.c:182:2: warning: ‘g_type_class_add_private’ is deprecated
bookmark.c:93:2: warning: ‘g_type_class_add_private’ is deprecated
diff --git a/src/bookmarkdialog.c b/src/bookmarkdialog.c
index 7e69edb..ffca3ef 100644
--- a/src/bookmarkdialog.c
+++ b/src/bookmarkdialog.c
@@ -357,7 +357,6 @@ static void tree_prepare(GigoloBookmarkDialog *dialog)
gtk_tree_view_column_set_resizable(GTK_TREE_VIEW_COLUMN(column), TRUE);
gtk_tree_view_append_column(GTK_TREE_VIEW(priv->tree), column);
- gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(priv->tree), TRUE);
gtk_tree_view_set_headers_clickable(GTK_TREE_VIEW(priv->tree), TRUE);
/* sorting */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list