PluginInstallerPlugin.fix gtk warning(gdk_window_invalidate_rect_full: assertion `GDK_IS_WINDOW (window)' failed)

This commit is contained in:
Denis Fomin
2013-01-28 02:01:52 +04:00
parent fa6fb9f036
commit 7a5c7db788

View File

@@ -30,7 +30,9 @@
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="search_column">1</property> <property name="search_column">1</property>
<child internal-child="selection"> <child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/> <object class="GtkTreeSelection" id="treeview-selection1">
<property name="mode">none</property>
</object>
</child> </child>
</object> </object>
</child> </child>
@@ -216,7 +218,6 @@
<property name="left_margin">6</property> <property name="left_margin">6</property>
<property name="right_margin">6</property> <property name="right_margin">6</property>
<property name="indent">1</property> <property name="indent">1</property>
<property name="overwrite">True</property>
</object> </object>
<packing> <packing>
<property name="expand">True</property> <property name="expand">True</property>
@@ -308,7 +309,7 @@
</object> </object>
<packing> <packing>
<property name="resize">True</property> <property name="resize">True</property>
<property name="shrink">True</property> <property name="shrink">False</property>
</packing> </packing>
</child> </child>
</object> </object>