Bug tracking
» Click here to report a bug on this project.
|
Bug report #532 |
| Title: |
Removed warning from remaining ToggleButton |
| Date added: |
2009-02-17 18:48:27 |
Type: |
Bug report |
| Status: |
Resolved |
Priority: |
Normal |
| Affected version: |
trunk |
Milestone: |
n/a |
| Reported by: |
strider |
Assigned to: |
xbright |
| History: |
-
2009-02-17 18:48:27 - create by strider
- 2009-02-19 15:19:17 - update by xbright
Added an answer - 2009-02-19 15:19:47 - update by xbright
Status changed to Resolved Assign to xbright
|
Attachements: |
|
/home/strider/dev/bluemindo/trunk/src/gui/volumemanagement.py:52: GtkWarning: Attempting to add a widget with type GtkVolumeButton to a GtkToolItem, but as a GtkBin subclass a GtkToolItem can only contain one widget at a time; it already contains a widget of type GtkToggleButton
tool_wdg.add(self.tool_volume)
Index: mainwindow.glade
===================================================================
--- mainwindow.glade (revision 90)
+++ mainwindow.glade (working copy)
@@ -475,20 +475,6 @@
<child>
<widget class="GtkToolItem" id="tool">
<property name="visible">True</property>
- <child>
- <widget class="GtkToggleButton" id="tool-volume">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="relief">GTK_RELIEF_NONE</property>
- <property name="response_id">0</property>
- <child>
- <widget class="GtkImage" id="tool-volume-img">
- <property name="visible">True</property>
- <property name="stock">gtk-missing-image</property>
- </widget>
- </child>
- </widget>
- </child>
</widget>
</child>
</widget>
|