~ubuntu-branches/ubuntu/jaunty/tomboy/jaunty

« back to all changes in this revision

Viewing changes to Tomboy/RecentChanges.cs

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-12-23 13:22:58 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20081223132258-996tqipm5wqh31w6
Tags: 0.13.2-0ubuntu1
* Sync with Debian experimental
  -  debian/rules: build with dh_clistrip, to avoid stripping Mono
     debugging files in the package.
* New upstream release (LP: #308669)
  - Fix Windows<->Linux sync incompatiblities (##559094).
  - Fix data loss bug in sync and SetNoteCompleteXml dbus method.
  - Link fixes in HTML Export (##564150, Stefan Schweizer).
  - Header cleanups in libtomboy (#564235, Przemysław Grzegorczyk).  
* debian/patches/03_sm-name.patch:
  - Removed, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1238
1238
                        Notebooks.NotebookManager.PromptDeleteNotebook (this, notebook);
1239
1239
                }
1240
1240
 
1241
 
                // Open the notebook's note template when activated
 
1241
                // Create a new note in the notebook when activated
1242
1242
                private void OnNotebookRowActivated (object sender, Gtk.RowActivatedArgs args)
1243
1243
                {
1244
 
                        OnOpenNotebookTemplateNote (sender, EventArgs.Empty);
 
1244
                        OnNewNotebookNote (sender, EventArgs.Empty);
1245
1245
                }
1246
1246
                
1247
1247
                private void OnNewNotebookNote (object sender, EventArgs args)