[Xfce4-commits] [xfce/thunar] 07/46: s/GTK_WIDGET_REALIZED/gtk_widget_get_realized/
noreply at xfce.org
noreply at xfce.org
Tue Aug 15 02:35:15 CEST 2017
This is an automated email from the git hooks/post-receive script.
a n d r e 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 xfce/thunar.
commit 9276896d1da2209d3c522df76b97b69cb250a056
Author: Jonas Kümmerlin <rgcjonas at gmail.com>
Date: Wed Aug 5 17:01:33 2015 +0200
s/GTK_WIDGET_REALIZED/gtk_widget_get_realized/
Deprectated and gone in Gtk3.
---
plugins/thunar-sbr/thunar-sbr-replace-renamer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/thunar-sbr/thunar-sbr-replace-renamer.c b/plugins/thunar-sbr/thunar-sbr-replace-renamer.c
index f62b8ae..201dd30 100644
--- a/plugins/thunar-sbr/thunar-sbr-replace-renamer.c
+++ b/plugins/thunar-sbr/thunar-sbr-replace-renamer.c
@@ -631,7 +631,7 @@ thunar_sbr_replace_renamer_pcre_update (ThunarSbrReplaceRenamer *replace_renamer
else
{
/* check if the entry is realized */
- if (GTK_WIDGET_REALIZED (replace_renamer->pattern_entry))
+ if (gtk_widget_get_realized (replace_renamer->pattern_entry))
{
/* reset background/text color */
gtk_widget_modify_base (replace_renamer->pattern_entry, GTK_STATE_NORMAL, NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list