Mark the printer list as done. (#428665, Bogdan Gheorghe)
2007-04-26 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/lpr/gtkprintbackendlpr.c (gtk_print_backend_lpr_init): Mark the printer list as done. (#428665, Bogdan Gheorghe) svn path=/trunk/; revision=17653
This commit is contained in:
committed by
Matthias Clasen
parent
41bf952556
commit
931647f00d
@ -1,3 +1,9 @@
|
|||||||
|
2007-04-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/printbackends/lpr/gtkprintbackendlpr.c
|
||||||
|
(gtk_print_backend_lpr_init): Mark the printer list as done.
|
||||||
|
(#428665, Bogdan Gheorghe)
|
||||||
|
|
||||||
2007-04-26 Matthias Clasen <mclasen@redhat.com>
|
2007-04-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* Makefile.am:
|
* Makefile.am:
|
||||||
|
|||||||
@ -406,6 +406,7 @@ gtk_print_backend_lpr_init (GtkPrintBackendLpr *backend)
|
|||||||
|
|
||||||
gtk_print_backend_add_printer (GTK_PRINT_BACKEND (backend), printer);
|
gtk_print_backend_add_printer (GTK_PRINT_BACKEND (backend), printer);
|
||||||
g_object_unref (printer);
|
g_object_unref (printer);
|
||||||
|
gtk_print_backend_set_list_done (GTK_PRINT_BACKEND (backend));
|
||||||
}
|
}
|
||||||
|
|
||||||
static GtkPrinterOptionSet *
|
static GtkPrinterOptionSet *
|
||||||
|
|||||||
Reference in New Issue
Block a user