[Goodies-commits] r7376 - in xfce4-notes-plugin/trunk: . panel-plugin

Mike Massonnet mmassonnet at xfce.org
Wed May 20 00:38:51 CEST 2009


Author: mmassonnet
Date: 2009-05-19 22:38:51 +0000 (Tue, 19 May 2009)
New Revision: 7376

Modified:
   xfce4-notes-plugin/trunk/ChangeLog
   xfce4-notes-plugin/trunk/panel-plugin/application.vala
   xfce4-notes-plugin/trunk/panel-plugin/window.vala
Log:
Minor update

Modified: xfce4-notes-plugin/trunk/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/ChangeLog	2009-05-19 22:24:42 UTC (rev 7375)
+++ xfce4-notes-plugin/trunk/ChangeLog	2009-05-19 22:38:51 UTC (rev 7376)
@@ -3,7 +3,7 @@
 Update window title
 	* panel-plugin/window.vala:
 	  - On note rename and on note switching, update the window title and
-	  the title label seen inside the window.
+	  the title label seen inside the window
 	* panel-plugin/note.vala:
 	  - Build with Vala 0.7.1 => vapi changes
 

Modified: xfce4-notes-plugin/trunk/panel-plugin/application.vala
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/application.vala	2009-05-19 22:24:42 UTC (rev 7375)
+++ xfce4-notes-plugin/trunk/panel-plugin/application.vala	2009-05-19 22:38:51 UTC (rev 7376)
@@ -32,12 +32,13 @@
 			var window = new Xnp.Window ();
 			var note = window.insert_note ();
 			note.notify += note_property_notify;
+			note.save_data += (n) => { debug ("app.note.save-data %s", n); };
+			note.name = "cartoon";
 			window.show ();
 		}
 
 		/**
 		 * note_property_notify:
-		 * @object
 		 *
 		 * Emitted when a property is changed.
 		 */

Modified: xfce4-notes-plugin/trunk/panel-plugin/window.vala
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/window.vala	2009-05-19 22:24:42 UTC (rev 7375)
+++ xfce4-notes-plugin/trunk/panel-plugin/window.vala	2009-05-19 22:38:51 UTC (rev 7376)
@@ -8,7 +8,6 @@
  *  - Extra window properties
  *  - Verify: unshade before hide
  *  - On del_box_clicked_cb verify if the content is empty
- *  - Display note name in title
  *  - Hide navigation bar on leave / show on motion
  *
  *  This program is free software; you can redistribute it and/or modify




More information about the Goodies-commits mailing list