comparison src/null/null.c @ 1325:a33da9237bed

Several "i18n" improvements.
author Stany HENRY <StrassBoy@gmail.com>
date Sat, 21 Jul 2007 17:55:46 +0200
parents f34112ab9101
children 761e17b23e0c
comparison
equal deleted inserted replaced
1324:f7b7dfaf1e33 1325:a33da9237bed
64 64
65 about = xmms_show_message(_("About Null Output"), 65 about = xmms_show_message(_("About Null Output"),
66 about_text, 66 about_text,
67 _("Ok"), FALSE, NULL, NULL); 67 _("Ok"), FALSE, NULL, NULL);
68 68
69 g_free(about_text);
70
71 g_signal_connect(G_OBJECT(about), "destroy", 69 g_signal_connect(G_OBJECT(about), "destroy",
72 G_CALLBACK(gtk_widget_destroyed), &about); 70 G_CALLBACK(gtk_widget_destroyed), &about);
71 g_free(about_text);
73 } 72 }
74 73
75 static void null_configure_ok_cb(GtkButton *w, gpointer data) 74 static void null_configure_ok_cb(GtkButton *w, gpointer data)
76 { 75 {
77 ConfigDb *db; 76 ConfigDb *db;