~ubuntu-branches/ubuntu/hardy/avidemux/hardy

« back to all changes in this revision

Viewing changes to avidemux/ADM_dialog/DIA_dnr.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-12-15 17:13:20 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215171320-w79pvpehxx2fr217
Tags: 1:2.3.0-0.0ubuntu1
* Merge from debian-multimedia.org, remaining Ubuntu change:
  - desktop file,
  - no support for ccache and make -j.
* Closes Ubuntu: #69614.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        uint8_t ret=0;
34
34
 
35
35
        dialog=create_dialog1();
36
 
        gtk_transient(dialog);
 
36
        gtk_register_dialog(dialog);
 
37
        //gtk_transient(dialog);
37
38
        SETSPIN(spin_lumalock,*llock);
38
39
        SETSPIN(spin_lumathresh,*lthresh);
39
40
        SETSPIN(spin_chromalock,*clock);
50
51
                GETSPIN(spin_scene,*scene);
51
52
                        ret=1;
52
53
        }
53
 
 
 
54
        gtk_unregister_dialog(dialog);
54
55
        gtk_widget_destroy(dialog);
55
56
 
56
57
        return ret;