This commit is contained in:
Matthias Clasen 2006-06-21 17:14:05 +00:00
parent 1f97d71513
commit a4290e7000
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-06-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinter.c (gtk_enumerate_printers): Remove an
unused variable.
* NEWS: Updates
* gtk/gtktreeview.c (gtk_tree_view_class_init): Fix the registration

View File

@ -1,5 +1,8 @@
2006-06-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinter.c (gtk_enumerate_printers): Remove an
unused variable.
* NEWS: Updates
* gtk/gtktreeview.c (gtk_tree_view_class_init): Fix the registration

View File

@ -925,7 +925,7 @@ gtk_enumerate_printers (GtkPrinterFunc func,
gboolean wait)
{
PrinterList *printer_list;
GList *printers, *node, *next;
GList *node, *next;
GtkPrintBackend *backend;
printer_list = g_new0 (PrinterList, 1);