Updating branch refs/heads/master
         to 65eca0836c259510e1eca9480b58009c49541328 (commit)
       from b4fbbd60e6b44b350baca709126f2fc82c5906e6 (commit)

commit 65eca0836c259510e1eca9480b58009c49541328
Author: Mike Massonnet <[email protected]>
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;
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to