Changeset 1486
- Timestamp:
- 09/03/08 13:13:36 (4 months ago)
- Files:
-
- wine-doors/trunk/src/queue.py (modified) (1 diff)
- wine-doors/trunk/src/winedoors.glade (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wine-doors/trunk/src/queue.py
r1436 r1486 15 15 """ 16 16 I think wine-doors needs to be centralised by the queue, it seem to me to be the 17 interc ange point between the user interface and the packages... some refactoring17 interchange point between the user interface and the packages... some refactoring 18 18 needs to be worked on. 19 19 """ wine-doors/trunk/src/winedoors.glade
r1480 r1486 425 425 <property name="row_spacing">10</property> 426 426 <child> 427 <widget class="GtkEntry" id="en_company 1">427 <widget class="GtkEntry" id="en_company"> 428 428 <property name="visible">True</property> 429 429 <property name="can_focus">True</property> … … 439 439 </child> 440 440 <child> 441 <widget class="GtkEntry" id="en_name 1">441 <widget class="GtkEntry" id="en_name"> 442 442 <property name="visible">True</property> 443 443 <property name="can_focus">True</property> … … 451 451 </child> 452 452 <child> 453 <widget class="GtkCheckButton" id="ck_licensed 1">453 <widget class="GtkCheckButton" id="ck_licensed"> 454 454 <property name="visible">True</property> 455 455 <property name="can_focus">True</property>
