minor formatting

This commit is contained in:
Josh Coalson 2002-08-29 08:13:58 +00:00
parent 040b6ca6d4
commit d3092d40de
3 changed files with 20 additions and 21 deletions

View File

@ -45,7 +45,7 @@ typedef struct {
FLAC__bool FLAC_plugin__id3v1_tag_get(const char *filename, FLAC_Plugin__Id3v1_Tag *tag);
#define ID3_INVALID_GENRE 255
#define FLAC_PLUGIN__ID3V1_TAG_INVALID_GENRE 255
const char *FLAC_plugin__id3v1_tag_get_genre_as_string(unsigned char genre_code);
unsigned FLAC_plugin__id3v1_tag_genre_table_max();

View File

@ -33,7 +33,7 @@
#include <xmms/util.h>
#include <xmms/plugin.h>
#include "mylocale.h"
#include "plugin_common/locale_hack.h"
#include "charset.h"
#include "configure.h"
@ -150,7 +150,7 @@ void FLAC_XMMS__configure(void)
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(convert_char_set), flac_cfg.convert_char_set);
gtk_signal_connect(GTK_OBJECT(convert_char_set), "clicked", convert_char_set_cb, NULL);
gtk_box_pack_start(GTK_BOX(title_tag_vbox), convert_char_set, FALSE, FALSE, 0);
// Combo boxes...
/* Combo boxes... */
hbox = gtk_hbox_new(FALSE,4);
gtk_container_add(GTK_CONTAINER(title_tag_vbox),hbox);
label = gtk_label_new(_("Convert character set from :"));
@ -259,4 +259,3 @@ static gchar *gtk_entry_get_text_1 (GtkWidget *widget)
return NULL;
}
}