Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. ANSIfy

2005-11-14  Kjartan Maraas  <kmaraas@gnome.org>

	* */*: Huge cleanup. Individual ChangeLogs have info.
	Closing bug #320157.
	* libkbddraw/keyboard-drawing.h: ANSIfy some function declarations.
This commit is contained in:
Kjartan Maraas 2005-11-14 15:18:09 +00:00 committed by Kjartan Maraas
parent c64b931ac0
commit 564a9d03aa
56 changed files with 165 additions and 166 deletions

View file

@ -91,7 +91,7 @@ file_transfer_dialog_finalize (GObject *obj)
static void
file_transfer_dialog_update_num_files (FileTransferDialog *dlg)
{
gchar *str = g_strdup_printf (_("Copying file: %i of %i"),
gchar *str = g_strdup_printf (_("Copying file: %u of %u"),
dlg->priv->nth, dlg->priv->total);
gtk_progress_bar_set_text (GTK_PROGRESS_BAR (dlg->priv->progress), str);
g_free (str);