Update of /cvsroot/quickrip/quickrip/gtk/glade
In directory sc8-pr-cvs1:/tmp/cvs-serv26504/glade
Modified Files:
gtkprogress.glade
Log Message:
minor touchups in base.py, see lines 248 and 253. Also, a new module commandthread has been submitted for use in base.py. Minor updates elsewhere.
Index: gtkprogress.glade
===================================================================
RCS file: /cvsroot/quickrip/quickrip/gtk/glade/gtkprogress.glade,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gtkprogress.glade 4 Aug 2003 01:18:10 -0000 1.2
--- gtkprogress.glade 6 Aug 2003 10:58:40 -0000 1.3
***************
*** 8,12 ****
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_CENTER</property>
! <property name="modal">False</property>
<property name="default_width">388</property>
<property name="default_height">135</property>
--- 8,12 ----
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_CENTER</property>
! <property name="modal">True</property>
<property name="default_width">388</property>
<property name="default_height">135</property>
|