tomboy r1779 - in trunk: . Tomboy
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tomboy r1779 - in trunk: . Tomboy
- Date: Mon, 14 Jan 2008 15:11:38 +0000 (GMT)
Author: sharm
Date: Mon Jan 14 15:11:37 2008
New Revision: 1779
URL: http://svn.gnome.org/viewvc/tomboy?rev=1779&view=rev
Log:
* Tomboy/RecentChanges.cs: Removing debug lines that were accidentally
committed.
Modified:
trunk/ChangeLog
trunk/Tomboy/RecentChanges.cs
Modified: trunk/Tomboy/RecentChanges.cs
==============================================================================
--- trunk/Tomboy/RecentChanges.cs (original)
+++ trunk/Tomboy/RecentChanges.cs Mon Jan 14 15:11:37 2008
@@ -393,7 +393,6 @@
void SelectNote (Note note)
{
- Logger.Debug ("SelectNote called");
Gtk.TreeIter iter;
if (store_sort.IterChildren (out iter) == false)
@@ -412,7 +411,6 @@
private void ScrollToIter (Gtk.TreeView tree, Gtk.TreeIter iter)
{
- Logger.Debug ("ScrollToIter called");
Gtk.TreePath path = tree.Model.GetPath (iter);
if (path != null)
tree.ScrollToCell (path, null, false, 0, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]