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

(-)a/src/screenshot-filename-builder.c (-1 / +1 lines)
Lines 132-138 Link Here
132
      GDateTime *d;
132
      GDateTime *d;
133
133
134
      d = g_date_time_new_now_local ();
134
      d = g_date_time_new_now_local ();
135
      origin = g_date_time_format (d, "%Y-%m-%d %H:%M:%S");
135
      origin = g_date_time_format (d, "%Y-%m-%d-%H-%M-%S");
136
      g_date_time_unref (d);
136
      g_date_time_unref (d);
137
    }
137
    }
138
  else
138
  else

Return to bug 531330