Now support viewing lists, some general code cleanup also done.
This commit is contained in:
parent
5dae37a260
commit
55546a9a5e
2 changed files with 35 additions and 52 deletions
|
@ -133,6 +133,7 @@
|
|||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
<signal name="activate" handler="update_window_callback" last_modification_time="Thu, 08 Apr 2010 21:02:59 GMT"/>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
|
@ -144,7 +145,7 @@
|
|||
<child>
|
||||
<widget class="GtkComboBoxEntry" id="list_select">
|
||||
<property name="visible">True</property>
|
||||
<property name="items" translatable="yes">Friends</property>
|
||||
<property name="items" translatable="yes">Home</property>
|
||||
<property name="add_tearoffs">False</property>
|
||||
<property name="has_frame">True</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
@ -202,7 +203,7 @@
|
|||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
<signal name="activate" handler="update_status_callback" last_modification_time="Thu, 08 Apr 2010 19:44:59 GMT"/>
|
||||
<signal name="activate" handler="update_status_callback" last_modification_time="Thu, 08 Apr 2010 21:03:06 GMT"/>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
|
|
Reference in a new issue