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:
parent
c64b931ac0
commit
564a9d03aa
56 changed files with 165 additions and 166 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue