Avoid duplicating code
authorP. F. Chimento <philip.chimento@gmail.com>
Tue, 21 Jun 2011 20:26:18 +0000 (22:26 +0200)
committerP. F. Chimento <philip.chimento@gmail.com>
Tue, 21 Jun 2011 20:26:18 +0000 (22:26 +0200)
commit84814759ceb7dc7a97a3a73b6e365a5ca67d4ef8
tree7fa5b77746178b08cbed30213bd8007357936ff5
parent32ba95a539a77d1dd2b94d19e83024c40d9c10c7
Avoid duplicating code

Move GtkBuilder and UI manager code into util.c; this now handles
looking for the proper location of the files depending on whether
DEBUG is defined or not.
player/Makefile.am
player/app.c
player/browser.c
player/player.c
player/preferences.c
player/util.c [new file with mode: 0644]
player/util.h [new file with mode: 0644]