diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-06-26 23:42:01 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-06-26 23:42:01 +0800 |
commit | 9a210db24ffc2e0d806c5afda8cf3b471aa4d5c3 (patch) | |
tree | 2719aa6b6bfa5eb78537dc384051687640cd7ac7 /my-evolution/my-evolution.glade | |
parent | 6f679c6c889771b0ca773cf90d2bfde4afd164ee (diff) | |
download | gsoc2013-evolution-9a210db24ffc2e0d806c5afda8cf3b471aa4d5c3.tar.gz gsoc2013-evolution-9a210db24ffc2e0d806c5afda8cf3b471aa4d5c3.tar.zst gsoc2013-evolution-9a210db24ffc2e0d806c5afda8cf3b471aa4d5c3.zip |
Fix bugs, make the folder list be a storage set view and add a delete url button
svn path=/trunk/; revision=17290
Diffstat (limited to 'my-evolution/my-evolution.glade')
-rw-r--r-- | my-evolution/my-evolution.glade | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/my-evolution/my-evolution.glade b/my-evolution/my-evolution.glade index 2c823e6f39..7fa895f3e8 100644 --- a/my-evolution/my-evolution.glade +++ b/my-evolution/my-evolution.glade @@ -267,6 +267,28 @@ <yfill>False</yfill> </child> </widget> + + <widget> + <class>GtkButton</class> + <name>delete-button</name> + <can_focus>True</can_focus> + <label>Delete news feed</label> + <relief>GTK_RELIEF_NORMAL</relief> + <child> + <left_attach>3</left_attach> + <right_attach>5</right_attach> + <top_attach>1</top_attach> + <bottom_attach>2</bottom_attach> + <xpad>0</xpad> + <ypad>0</ypad> + <xexpand>False</xexpand> + <yexpand>False</yexpand> + <xshrink>False</xshrink> + <yshrink>False</yshrink> + <xfill>True</xfill> + <yfill>False</yfill> + </child> + </widget> </widget> </widget> </widget> |