Author: colossus Date: 2006-11-27 09:00:48 +0000 (Mon, 27 Nov 2006) New Revision: 23985
Modified: xarchiver/trunk/ChangeLog xarchiver/trunk/src/interface.c Log: Fixed close.png filename in interface.c. Updated Changelog. Modified: xarchiver/trunk/ChangeLog =================================================================== --- xarchiver/trunk/ChangeLog 2006-11-27 07:39:46 UTC (rev 23984) +++ xarchiver/trunk/ChangeLog 2006-11-27 09:00:48 UTC (rev 23985) @@ -2,6 +2,7 @@ 27/11/06 - 0.4.5: - Fixed code in support.c to load the images when installing the software. + - Renamed png icons to make them freedesktop compliant. 23/11/06 - 0.4.4: - G R E A T L Y improved speed and memory usage. Modified: xarchiver/trunk/src/interface.c =================================================================== --- xarchiver/trunk/src/interface.c 2006-11-27 07:39:46 UTC (rev 23984) +++ xarchiver/trunk/src/interface.c 2006-11-27 09:00:48 UTC (rev 23985) @@ -542,7 +542,7 @@ gtk_tooltips_set_tip (close_button_tips, close_button, _("Close Archive"), NULL); g_signal_connect (G_OBJECT(close_button), "clicked", G_CALLBACK(xa_close_page), (gpointer) archive->scrollwindow); - image = xa_main_window_find_image ("close.png", GTK_ICON_SIZE_MENU); + image = xa_main_window_find_image ("xarchiver-close.png", GTK_ICON_SIZE_MENU); gtk_container_add (GTK_CONTAINER(close_button), image); gtk_widget_set_size_request(close_button, 19, 18); gtk_button_set_relief (GTK_BUTTON(close_button), GTK_RELIEF_NONE); _______________________________________________ Xfce4-commits mailing list Xfce4-commits@xfce.org http://foo-projects.org/mailman/listinfo/xfce4-commits