Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278047 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +4 lines)
Line 44 Link Here
44
#define PROP_PRINTING_SYSTEM  "/printing-system"
Lines 69-70 Link Here
69
    if (xfconf_channel_has_property (channel, "/XfPrint/system")) {
70
    if (xfconf_channel_has_property (channel, PROP_PRINTING_SYSTEM)) {
70
      const gchar *system_name = xfconf_channel_get_string (channel, "/XfPrint/system", "none");
71
      const gchar *system_name = xfconf_channel_get_string (channel, PROP_PRINTING_SYSTEM, "none");
71
--
Line 77 Link Here
77
      g_warning ("%s: XfPrint/system is not set", PACKAGE);
78
      g_warning ("%s: xfprint/printing-system is not set", PACKAGE);
78
--

Return to bug 278047