~ubuntu-branches/ubuntu/edgy/tilp/edgy

« back to all changes in this revision

Viewing changes to src/scroptions.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2004-10-31 16:31:08 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20041031163108-ijcnonytcx6avaim
Tags: 6.76-1
* New upstream release.
  + Fixes crash on !i386 due to va_list misuse.
  + Doesn't show the action dbox if the list of identical variables is
    empty (closes: #276047).
* Bumped B-D on newest libti*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Hey EMACS -*- linux-c -*- */
2
 
/* $Id: scroptions.c 366 2004-03-22 18:04:07Z roms $ */
 
2
/* $Id: scroptions.c 710 2004-05-14 14:37:42Z roms $ */
3
3
 
4
4
/*  tilp - Ti Linking Program
5
5
 *  Copyright (C) 1999-2004  Romain Lievin
89
89
                gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(data),
90
90
                                             FALSE);
91
91
 
92
 
        while (gtk_events_pending())
93
 
                gtk_main_iteration();
94
 
 
95
92
        result = gtk_dialog_run(GTK_DIALOG(dbox));
96
93
        switch (result) {
97
94
        case GTK_RESPONSE_OK: