[Xfce4-commits] [apps/xfce4-screensaver] 01/01: Fix bad copy-paste job (bug #14821)
noreply at xfce.org
noreply at xfce.org
Thu Nov 1 23:40:10 CET 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b 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 apps/xfce4-screensaver.
commit 168afbab12eb293d0f832daf8cc262d453b7d443
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Thu Nov 1 18:40:05 2018 -0400
Fix bad copy-paste job (bug #14821)
---
src/xfce4-screensaver-preferences.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xfce4-screensaver-preferences.c b/src/xfce4-screensaver-preferences.c
index 8057ad6..fe2998c 100644
--- a/src/xfce4-screensaver-preferences.c
+++ b/src/xfce4-screensaver-preferences.c
@@ -1780,7 +1780,7 @@ main (int argc,
xfce_widget_reparent (GTK_WIDGET(plug_child), plug);
#else
G_GNUC_BEGIN_IGNORE_DEPRECATIONS /* GTK 3.14 */
- gtk_widget_reparent (dialog->content_box, dialog->vbox);
+ gtk_widget_reparent (GTK_WIDGET(plug_child), plug);
G_GNUC_END_IGNORE_DEPRECATIONS
#endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list