[Xfce4-commits] [apps/xfburn] 40/42: progess dialog missed function reference to create progress bar
noreply at xfce.org
noreply at xfce.org
Tue Oct 15 02:22:23 CEST 2019
This is an automated email from the git hooks/post-receive script.
k a t a n a s t e e l 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/xfburn.
commit 7a43d2bd177d03c19c02cb879e27f90d88971ca5
Author: Rene Kjellerup <rk.katana.steel at gmail.com>
Date: Wed Sep 25 11:49:17 2019 -0700
progess dialog missed function reference to create progress bar
---
xfburn/xfburn-progress-dialog.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/xfburn/xfburn-progress-dialog.c b/xfburn/xfburn-progress-dialog.c
index 67b8b1a..7f84391 100644
--- a/xfburn/xfburn-progress-dialog.c
+++ b/xfburn/xfburn-progress-dialog.c
@@ -35,6 +35,7 @@
#include "xfburn-progress-dialog.h"
#include "xfburn-global.h"
#include "xfburn-main.h"
+#include "xfburn-utils.h"
#define XFBURN_PROGRESS_DIALOG_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), XFBURN_TYPE_PROGRESS_DIALOG, XfburnProgressDialogPrivate))
@@ -201,7 +202,7 @@ xfburn_progress_dialog_init (XfburnProgressDialog * obj)
gtk_box_pack_start (box, priv->label_action, FALSE, TRUE, BORDER);
/* progress bar */
- priv->progress_bar = xfburn_create_progress_bar (NULL);;
+ priv->progress_bar = xfburn_create_progress_bar (NULL);
gtk_widget_show (priv->progress_bar);
gtk_box_pack_start (box, priv->progress_bar, FALSE, FALSE, BORDER);
gtk_progress_bar_set_pulse_step (GTK_PROGRESS_BAR (priv->progress_bar), 0.05);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list