changeset 2385:ab2b1b6f6179 trunk

[svn] - add missing inclusion of strings.h where necessary, do not export main.h and export strings.h
author giacomo
date Mon, 22 Jan 2007 09:35:30 -0800
parents 25c145bd6732
children 86ef3bf12a59
files ChangeLog src/audacious/Makefile src/audacious/strings.h src/audacious/ui_fileinfo.c src/audacious/widgets/playlist_list.c
diffstat 5 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 22 08:38:42 2007 -0800
+++ b/ChangeLog	Mon Jan 22 09:35:30 2007 -0800
@@ -1,3 +1,11 @@
+2007-01-22 16:38:42 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [3778]
+  - improve upon welsh translation grammar
+  
+  trunk/po/cy.po |   60 ++++++++++++++++++++++++++++-----------------------------
+  1 file changed, 30 insertions(+), 30 deletions(-)
+
+
 2007-01-22 13:14:25 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [3776]
   - update japanese translation from dai
--- a/src/audacious/Makefile	Mon Jan 22 08:38:42 2007 -0800
+++ b/src/audacious/Makefile	Mon Jan 22 09:35:30 2007 -0800
@@ -29,11 +29,11 @@
 
 HEADERS = \
 	input.h \
-	main.h \
 	output.h \
 	playlist.h \
 	playlist_container.h \
 	plugin.h \
+	strings.h \
 	ui_fileinfopopup.h \
 	ui_preferences.h \
 	util.h \
--- a/src/audacious/strings.h	Mon Jan 22 08:38:42 2007 -0800
+++ b/src/audacious/strings.h	Mon Jan 22 09:35:30 2007 -0800
@@ -22,8 +22,8 @@
  *  02110-1301, USA.
  */
 
-#ifndef STRINGS_H
-#define STRINGS_H
+#ifndef AUD_STRINGS_H
+#define AUD_STRINGS_H
 
 #include <glib.h>
 
--- a/src/audacious/ui_fileinfo.c	Mon Jan 22 08:38:42 2007 -0800
+++ b/src/audacious/ui_fileinfo.c	Mon Jan 22 09:35:30 2007 -0800
@@ -42,6 +42,7 @@
 #include "pluginenum.h"
 #include "input.h"
 #include "effect.h"
+#include "strings.h"
 #include "general.h"
 #include "output.h"
 #include "visualization.h"
--- a/src/audacious/widgets/playlist_list.c	Mon Jan 22 08:38:42 2007 -0800
+++ b/src/audacious/widgets/playlist_list.c	Mon Jan 22 09:35:30 2007 -0800
@@ -43,6 +43,7 @@
 
 #include "main.h"
 #include "input.h"
+#include "strings.h"
 #include "playback.h"
 #include "playlist.h"
 #include "ui_playlist.h"