Skip to content
Snippets Groups Projects
Commit b4b7b43b authored by rswindell's avatar rswindell
Browse files

Fix build issue: new usage of getmail()

parent f804eb0d
No related branches found
No related tags found
No related merge requests found
......@@ -378,7 +378,7 @@ gtk_widget_set_sensitive(w, TRUE);
if(w==NULL)
fprintf(stderr,"Cannot get email total widget\n");
else {
sprintf(str,"%s",getnumstr(str2,getmail(&cfg,0,0)));
sprintf(str,"%s",getnumstr(str2,getmail(&cfg,0,0,0)));
gtk_entry_set_text(GTK_ENTRY(w),str);
}
......@@ -386,7 +386,7 @@ gtk_widget_set_sensitive(w, TRUE);
if(w==NULL)
fprintf(stderr,"Cannot get feedback total widget\n");
else {
sprintf(str,"%s",getnumstr(str2,getmail(&cfg,1,0)));
sprintf(str,"%s",getnumstr(str2,getmail(&cfg,1,0,0)));
gtk_entry_set_text(GTK_ENTRY(w),str);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment