[f-spot/FSPOT_0_6_0_STABLE] avoid echoing the description as a tip
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [f-spot/FSPOT_0_6_0_STABLE] avoid echoing the description as a tip
- Date: Wed, 23 Sep 2009 08:09:57 +0000 (UTC)
commit 02371a0efe9ed8e0811a5a7c7e38f819ab7734ba
Author: Stephane Delcroix <stephane delcroix org>
Date: Wed Sep 23 10:08:27 2009 +0200
avoid echoing the description as a tip
fixes bgo #595606, bnc #318452
src/PhotoView.cs | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/PhotoView.cs b/src/PhotoView.cs
index e696b7b..6c79d10 100644
--- a/src/PhotoView.cs
+++ b/src/PhotoView.cs
@@ -105,8 +105,6 @@ namespace FSpot {
description_entry.Text = String.Empty;
}
- tips.SetTip (description_entry, description_entry.Text ?? String.Empty, description_entry.Text ?? String.Empty);
-
description_entry.Changed += HandleDescriptionChanged;
}
@@ -201,7 +199,6 @@ namespace FSpot {
else
CommitPendingChanges ();
- tips.SetTip (description_entry, description_entry.Text, "This is a tip");
changed_photo = Item.Index;
commit_delay.Start ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]