After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 635905 - Remove obsolete DragDropTargets and warnings about hiding base methods
Remove obsolete DragDropTargets and warnings about hiding base methods
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
GIT
Other Linux
: Normal normal
: 0.9.0
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-27 04:24 UTC by Tim Howard
Modified: 2010-11-29 04:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Removes obsolete DragDropTargets and warnings about hiding (18.18 KB, text/x-diff)
2010-11-27 04:42 UTC, Tim Howard
  Details
Removes obsolete DragDropTargets and warnings about method hiding (18.18 KB, patch)
2010-11-27 04:45 UTC, Tim Howard
none Details | Review
Removes obsolete DragDropTargets and warnings about method hiding (21.12 KB, patch)
2010-11-27 22:02 UTC, Tim Howard
committed Details | Review

Description Tim Howard 2010-11-27 04:24:56 UTC
Remove obsolete DragDropTargets and warnings about hiding base methods
Comment 1 Tim Howard 2010-11-27 04:42:39 UTC
Created attachment 175337 [details]
Removes obsolete DragDropTargets and warnings about hiding
Comment 2 Tim Howard 2010-11-27 04:45:13 UTC
Created attachment 175338 [details] [review]
Removes obsolete DragDropTargets and warnings about method hiding

Deskzilla did not allow me to specify it as a patch proper. I will have to attach them through the web interface from now on.
Comment 3 Ruben Vermeersch 2010-11-27 14:22:23 UTC
Review of attachment 175338 [details] [review]:

::: src/Clients/MainApp/FSpot/TagSelectionWidget.cs
@@ +536,3 @@
 		}
 
+        /*

Good looking patch, is there any reason why you've commented this block of code rather than just delete it?
Comment 4 Tim Howard 2010-11-27 22:00:30 UTC
Nope, good catch, thanks.
Comment 5 Tim Howard 2010-11-27 22:02:52 UTC
Created attachment 175387 [details] [review]
Removes obsolete DragDropTargets and warnings about method hiding

I also moved the extension methods to the FSpot.Utils namespace/folder since it seemed more appropriate there (and there were plenty of others there). This is also the first time I've created a patch based on rebasing/squashing multiple commits into one so hopefully it is sufficient.
Comment 6 Ruben Vermeersch 2010-11-28 14:59:11 UTC
Investigating merge for master :-)
Comment 7 Ruben Vermeersch 2010-11-28 15:04:09 UTC
Merged to master. Won't merge this to stable as it's not a critical fix. As this is something that will mostly benefit us during development (less horrible warnings!), it's not that much of a problem: development should happen on master anyway (with occasional backports to stable).
Comment 8 Tim Howard 2010-11-29 04:47:06 UTC
Agreed. I was going to leave a comment saying as much but figured it was obviously not relevant for stable. This is part of "my eliminate warnings when building in Monodevelop" campaign.