[Xfce4-commits] <xfce4-notes-plugin:master> Fix for base property Gtk.Widget.name
Mike Massonnet
noreply at xfce.org
Sun Nov 11 16:34:08 CET 2012
Updating branch refs/heads/master
to 65eca0836c259510e1eca9480b58009c49541328 (commit)
from b4fbbd60e6b44b350baca709126f2fc82c5906e6 (commit)
commit 65eca0836c259510e1eca9480b58009c49541328
Author: Mike Massonnet <mmassonnet at gmail.com>
Date: Sun Nov 11 16:30:58 2012 +0100
Fix for base property Gtk.Widget.name
lib/window.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/window.vala b/lib/window.vala
index e44b6cb..d16f8b4 100644
--- a/lib/window.vala
+++ b/lib/window.vala
@@ -172,7 +172,7 @@ namespace Xnp {
public signal void note_renamed (Xnp.Note note, string old_name);
construct {
- base.name = "notes-window";
+ ((Gtk.Widget)this).name = "notes-window";
this.title = _("Notes");
this.deletable = false;
this.skip_taskbar_hint = true;
More information about the Xfce4-commits
mailing list