[Xfce4-commits] <postler:master> Make Postler.Content.clear a signal that can be connected to
Christian Dywan
noreply at xfce.org
Sun Jul 18 15:40:14 CEST 2010
Updating branch refs/heads/master
to 48261eaf5c68f5b37ea8f18191ab43d9134902bd (commit)
from ba7c7f6500a77e714e4890fa5e4e7735c7b285a5 (commit)
commit 48261eaf5c68f5b37ea8f18191ab43d9134902bd
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Jul 15 22:11:55 2010 +0200
Make Postler.Content.clear a signal that can be connected to
postler/postler-content.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index cc8e523..f911131 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -201,7 +201,7 @@ public class Postler.Content : WebKit.WebView {
menu.append (menuitem);
}
- public void clear () {
+ public virtual signal void clear () {
last_location = null;
reply_to = null;
reply_to_all = null;
More information about the Xfce4-commits
mailing list