gthumb r2198 - in branches/gthumb-2-10: . data src



Author: mjc
Date: Fri Jan 18 13:06:42 2008
New Revision: 2198
URL: http://svn.gnome.org/viewvc/gthumb?rev=2198&view=rev

Log:
2008-01-18  Michael J. Chudobiak  <mjc svn gnome org>

        * NEWS:
        * data/gthumb.desktop.in:
        Fixed bug #510326 - x-content/* support. Patch by Matthias Clasen.

        * src/gth-window-actions-callbacks.c:
        (gth_window_activate_action_help_about): Update copyright dates.



Modified:
   branches/gthumb-2-10/ChangeLog
   branches/gthumb-2-10/NEWS
   branches/gthumb-2-10/data/gthumb.desktop.in
   branches/gthumb-2-10/src/gth-window-actions-callbacks.c

Modified: branches/gthumb-2-10/NEWS
==============================================================================
--- branches/gthumb-2-10/NEWS	(original)
+++ branches/gthumb-2-10/NEWS	Fri Jan 18 13:06:42 2008
@@ -2,6 +2,7 @@
 --------------
 
 	* Fixed bug #508873 - gthumb cannot scale up images
+	* Fixed bug #510326 - x-content/* support
 
 version 2.10.8
 --------------

Modified: branches/gthumb-2-10/data/gthumb.desktop.in
==============================================================================
--- branches/gthumb-2-10/data/gthumb.desktop.in	(original)
+++ branches/gthumb-2-10/data/gthumb.desktop.in	Fri Jan 18 13:06:42 2008
@@ -6,7 +6,7 @@
 Encoding=UTF-8
 Exec=gthumb %U
 Icon=gthumb
-MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;
+MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;x-content/image-dcf;x-content/image-picturecd;
 StartupNotify=true
 Terminal=false
 Type=Application

Modified: branches/gthumb-2-10/src/gth-window-actions-callbacks.c
==============================================================================
--- branches/gthumb-2-10/src/gth-window-actions-callbacks.c	(original)
+++ branches/gthumb-2-10/src/gth-window-actions-callbacks.c	Fri Jan 18 13:06:42 2008
@@ -920,7 +920,7 @@
 
 	gtk_show_about_dialog (GTK_WINDOW (window),
                                "version", VERSION,
-                               "copyright", "Copyright \xc2\xa9 2001-2006 Free Software Foundation, Inc.",
+                               "copyright", "Copyright \xc2\xa9 2001-2008 Free Software Foundation, Inc.",
                                "comments", _("An image viewer and browser for GNOME."),
                                "authors", authors,
                                "documenters", documenters,



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