~ubuntu-branches/ubuntu/maverick/xprintmon/maverick

« back to all changes in this revision

Viewing changes to mainwindow.c

  • Committer: Bazaar Package Importer
  • Author(s): Bernhard R. Link
  • Date: 2008-06-26 11:35:38 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626113538-16q2fusepq086mpf
Tags: 0.0.3-1
* new minor version
- enable 3D look of buttons
* bump Standards-Version to 3.8.0
- update debian/rules to new DEB_BUILD_OPTIONS

Show diffs side-by-side

added added

removed removed

Lines of Context:
488
488
 
489
489
        if( data->user == None )
490
490
                return;
491
 
        XtVaGetValues(data->user, XtNlabel, &username);
 
491
        XtVaGetValues(data->user, XtNlabel, &username, (char*)NULL);
492
492
        requestsTrigger(data->requests, true, data->timecode, username);
493
493
}
494
494