Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60836
Collapse All | Expand All

(-)gtksee-0.5.5.1_old/src/gtkseemenu.c (-1 / +1 lines)
Lines 543-549 Link Here
543
  char *cmd;
543
  char *cmd;
544
544
545
  if (get_current_image(filen)) {
545
  if (get_current_image(filen)) {
546
    cmd = g_strdup_printf("gimp-remote -n %s &",filen);
546
    cmd = g_strdup_printf("gimp-remote %s &",filen);
547
    system(cmd);
547
    system(cmd);
548
    g_free(cmd);
548
    g_free(cmd);
549
  }
549
  }

Return to bug 60836