Now support viewing lists, some general code cleanup also done.

This commit is contained in:
Anna 2010-04-08 17:07:27 -04:00
parent 5dae37a260
commit 55546a9a5e
2 changed files with 35 additions and 52 deletions

View file

@ -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>