[gedit] time: Fix blank line in default formats list



commit af04e79f906a453c1fd9f44f20764a2870bb5bfa
Author: Garrett Regier <garrettregier gmail com>
Date:   Tue Sep 13 03:53:47 2016 -0700

    time: Fix blank line in default formats list
    
    GDateTime does not support %D,
    this is fallout from commit:
    121f02a3ea066565eeae5dd42868f822ecce4924
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771224

 plugins/time/gedit-time-plugin.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/time/gedit-time-plugin.c b/plugins/time/gedit-time-plugin.c
index 45bec51..ec814a0 100644
--- a/plugins/time/gedit-time-plugin.c
+++ b/plugins/time/gedit-time-plugin.c
@@ -54,9 +54,6 @@ static const gchar *formats[] =
        "%a %d %b %Y %H:%M:%S",
        "%d/%m/%Y",
        "%d/%m/%y",
-#ifndef G_OS_WIN32
-       "%D", /* This one is not supported on win32 */
-#endif
        "%A %d %B %Y",
        "%A %B %d %Y",
        "%Y-%m-%d",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]