[f-spot: 14/16] Remove ENABLE_REPARENTING #ifdefs
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot: 14/16] Remove ENABLE_REPARENTING #ifdefs
- Date: Tue, 25 May 2010 12:49:21 +0000 (UTC)
commit 0fc5947bfefdd415a962ce0fc16e12f58ec8d5da
Author: Anton Keks <anton azib net>
Date: Fri May 21 01:05:15 2010 +0300
Remove ENABLE_REPARENTING #ifdefs
src/MainWindow.cs | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/MainWindow.cs b/src/MainWindow.cs
index d0b44a8..4d02469 100644
--- a/src/MainWindow.cs
+++ b/src/MainWindow.cs
@@ -183,9 +183,7 @@ namespace FSpot
private static TargetEntry [] icon_dest_target_table =
new TargetEntry [] {
- #if ENABLE_REPARENTING
DragDropTargets.PhotoListEntry,
- #endif
DragDropTargets.TagListEntry,
DragDropTargets.UriListEntry
};
@@ -1219,7 +1217,6 @@ namespace FSpot
return;
}
- #if ENABLE_REPARENTING
if (args.Info == DragDropTargets.PhotoListEntry.Info) {
int p_item = icon_view.CellAtPosition (args.X + (int) icon_view.Hadjustment.Value,
args.Y + (int) icon_view.Vadjustment.Value);
@@ -1237,7 +1234,6 @@ namespace FSpot
Gtk.Drag.Finish (args.Context, true, false, args.Time);
return;
}
- #endif
}
//
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]