summaryrefslogtreecommitdiff
path: root/progress.c
diff options
context:
space:
mode:
authorRuss Allbery <rra@debian.org>2014-08-24 23:00:07 -0700
committerRuss Allbery <rra@debian.org>2014-08-24 23:00:07 -0700
commit89685066474290e1fae4a78c268c8f68f1f4fba3 (patch)
treea6a4b9f2f642a67e3379c7eeb27c197075bafeef /progress.c
parent19a4a81badf6373c7259ca4c229a529be6e9a93f (diff)
Imported Upstream version 1.03.001
Diffstat (limited to 'progress.c')
-rw-r--r--progress.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/progress.c b/progress.c
index b9359ed..7ff8b6a 100644
--- a/progress.c
+++ b/progress.c
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: progress.c,v 1.70 2013/06/16 02:16:19 mdpetch Exp $
+ * $Id: progress.c,v 1.71 2013/09/05 18:43:46 plm Exp $
*/
#include "config.h"
@@ -69,7 +69,7 @@ typedef struct _rolloutprogress {
GtkWidget *pwRolloutStop;
GtkWidget *pwRolloutStopAll;
GtkWidget *pwRolloutViewStat;
- guint nRolloutSignal;
+ gulong nRolloutSignal;
GtkWidget *pwElapsed;
GtkWidget *pwLeft;
GtkWidget *pwSE;