Changeset 61 for conseil.glade
- Timestamp:
- 03/26/07 07:18:51 (22 months ago)
- Files:
-
- 1 modified
-
conseil.glade (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
conseil.glade
r60 r61 16 16 <property name="visible">True</property> 17 17 <child> 18 <widget class="GtkMenuItem" id=" menuitem1">18 <widget class="GtkMenuItem" id="bugs_item"> 19 19 <property name="visible">True</property> 20 20 <property name="label" translatable="yes">_Bugs</property> … … 85 85 </child> 86 86 <child> 87 <widget class="GtkMenuItem" id=" menuitem2">87 <widget class="GtkMenuItem" id="edit_item"> 88 88 <property name="visible">True</property> 89 89 <property name="label" translatable="yes">_Édition</property> 90 90 <property name="use_underline">True</property> 91 91 <child> 92 <widget class="GtkMenu" id=" menuitem2_menu">92 <widget class="GtkMenu" id="edit_menu"> 93 93 <child> 94 94 <widget class="GtkImageMenuItem" id="accounts"> … … 98 98 <signal name="activate" handler="on_account_activate"/> 99 99 <child internal-child="image"> 100 <widget class="GtkImage" id=" menu-item-image4">101 <property name=" stock">gtk-missing-image</property>102 </widget> 103 </child> 104 </widget> 105 </child> 106 </widget> 107 </child> 108 </widget> 109 </child> 110 <child> 111 <widget class="GtkMenuItem" id=" menuitem3">100 <widget class="GtkImage" id="account-menu-icon"> 101 <property name="icon_name">config-users</property> 102 </widget> 103 </child> 104 </widget> 105 </child> 106 </widget> 107 </child> 108 </widget> 109 </child> 110 <child> 111 <widget class="GtkMenuItem" id="view_item"> 112 112 <property name="visible">True</property> 113 113 <property name="label" translatable="yes">Afficha_ge</property> … … 130 130 </child> 131 131 <child> 132 <widget class="GtkMenuItem" id=" menuitem4">132 <widget class="GtkMenuItem" id="help_item"> 133 133 <property name="visible">True</property> 134 134 <property name="label" translatable="yes">_Aide</property> … … 1501 1501 </child> 1502 1502 <child> 1503 <widget class="GtkComboBox" id="accounts_protocol">1504 <property name="visible">True</property>1505 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>1506 </widget>1507 <packing>1508 <property name="left_attach">1</property>1509 <property name="right_attach">2</property>1510 </packing>1511 </child>1512 <child>1513 1503 <widget class="GtkEntry" id="accounts_url"> 1514 1504 <property name="visible">True</property> … … 1543 1533 <property name="can_focus">True</property> 1544 1534 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 1535 <property name="visibility">False</property> 1545 1536 <signal name="changed" handler="on_accounts_password_changed"/> 1546 1537 </widget> … … 1550 1541 <property name="top_attach">3</property> 1551 1542 <property name="bottom_attach">4</property> 1543 </packing> 1544 </child> 1545 <child> 1546 <widget class="GtkAlignment" id="alignment1"> 1547 <property name="visible">True</property> 1548 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 1549 <property name="xalign">0</property> 1550 <property name="xscale">0</property> 1551 <child> 1552 <widget class="GtkComboBox" id="accounts_protocol"> 1553 <property name="visible">True</property> 1554 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 1555 </widget> 1556 </child> 1557 </widget> 1558 <packing> 1559 <property name="left_attach">1</property> 1560 <property name="right_attach">2</property> 1552 1561 </packing> 1553 1562 </child>
