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 162528 - [PATCH] GConf
[PATCH] GConf
Status: RESOLVED FIXED
Product: muine
Classification: Other
Component: general
trunk
Other Linux
: Normal enhancement
: ---
Assigned To: Muine Maintainers
Muine Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-30 10:59 UTC by Tamara Roberson
Modified: 2004-12-30 14:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Muine-CVS-20041230-GConf.patch (15.02 KB, patch)
2004-12-30 11:00 UTC, Tamara Roberson
none Details | Review

Description Tamara Roberson 2004-12-30 10:59:35 UTC
2004-12-30  Tamara Roberson  <foxxygirltamara@gmail.com>

	* src/AddAlbumWindow.cs:
	* src/AddSongWindow.cs:
	* src/CoverDatabase.cs:
	* src/FileSelector.cs:
	* src/GnomeProxy.cs:
	* src/InfoWindow.cs:
	* src/PlaylistWindow.cs:
	* src/SongDatabase.cs:
	
	Made GConf keys and default values constants.
Comment 1 Tamara Roberson 2004-12-30 11:00:12 UTC
Created attachment 35298 [details] [review]
Muine-CVS-20041230-GConf.patch
Comment 2 Jorn Baayen 2004-12-30 13:57:18 UTC
In CVS now :)

Btw, if you plan to do more work, it is probably a good idea to start working on
cvs now, as quite a lot has changed already since 0.7.1 - I've also done my
share of hacking ..

Another thing. If you plan to do more on muine after this sudden flow of
patches, and are interested, we should try to get you a CVS account.
Comment 3 Tamara Roberson 2004-12-30 14:13:32 UTC
Yeah, I'm working off of CVS now. AnonCVS only syncs once a day and we've been
doing so much work that 0.7.1 was newer than AnonCVS. I did have a proggy
somewhere that ripped viewcvs but a CVS acct would be pretty sweet.

Tomorrow / today after I sleep :-) I'll backport the AddWindow abstract class
from that experimental copy I was working on a week or so ago (that I haven't
touched since). I started trying to do the Pango stuff in C# but I ran into the
same problem mentioned in the TODO list. Looks like Pango.Attribute stuff is
still broken, I'll have to bring that up on the gtk-sharp list.

Keep up the good work!