Changed latest tweet system so that tweets must be explicitly set read... last_read_tweet doesn't automatically update in update_window
This commit is contained in:
parent
1167e3e910
commit
589879686f
2 changed files with 11 additions and 4 deletions
|
@ -93,6 +93,7 @@
|
|||
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
||||
<property name="shadow_type">GTK_SHADOW_NONE</property>
|
||||
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
||||
<signal name="grab_focus" handler="set_tweets_read" last_modification_time="Mon, 12 Apr 2010 01:09:46 GMT"/>
|
||||
|
||||
<child>
|
||||
<widget class="GtkViewport" id="viewport1">
|
||||
|
|
Reference in a new issue