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

Collapse All | Expand All

(-)ekpstm/interface.c.orig (-1 / +1 lines)
Lines 321-327 Link Here
321
  gtk_object_set_data (GTK_OBJECT (msg_no_ekpd), "dialog_vbox1", dialog_vbox1);
321
  gtk_object_set_data (GTK_OBJECT (msg_no_ekpd), "dialog_vbox1", dialog_vbox1);
322
  gtk_widget_show (dialog_vbox1);
322
  gtk_widget_show (dialog_vbox1);
323
323
324
  msg_label = gtk_label_new (_("ekpd has not started.\n\nIn order to use a printer, it is necessary to start ekpd. Start a status monitor again after starting ekpd. In order to start ekpd, execute the following commands in root authority.\n\n# /etc/rc.d/init.d/ekpd start"));
324
  msg_label = gtk_label_new (_("ekpd has not started.\n\nIn order to use a printer, it is necessary to start ekpd. Start a status monitor again after starting ekpd. In order to start ekpd, execute the following commands in root authority.\n\n# /etc/init.d/ekpd start"));
325
  gtk_widget_ref (msg_label);
325
  gtk_widget_ref (msg_label);
326
  gtk_object_set_data_full (GTK_OBJECT (msg_no_ekpd), "msg_label", msg_label,
326
  gtk_object_set_data_full (GTK_OBJECT (msg_no_ekpd), "msg_label", msg_label,
327
                            (GtkDestroyNotify) gtk_widget_unref);
327
                            (GtkDestroyNotify) gtk_widget_unref);

Return to bug 209520