[Xfce4-commits] r26408 - in xfce4-session/trunk: . icons/128x128 icons/48x48 icons/64x64 icons/72x72 xfce4-autostart-editor

Benedikt Meurer benny at xfce.org
Thu Nov 29 23:26:32 CET 2007


Author: benny
Date: 2007-11-29 22:26:32 +0000 (Thu, 29 Nov 2007)
New Revision: 26408

Added:
   xfce4-session/trunk/icons/48x48/xfce4-autostart-editor.png
Modified:
   xfce4-session/trunk/ChangeLog
   xfce4-session/trunk/icons/128x128/xfce4-session.png
   xfce4-session/trunk/icons/48x48/Makefile.am
   xfce4-session/trunk/icons/48x48/xfce4-session.png
   xfce4-session/trunk/icons/48x48/xfce4-splash.png
   xfce4-session/trunk/icons/48x48/xfsm-logout.png
   xfce4-session/trunk/icons/48x48/xfsm-reboot.png
   xfce4-session/trunk/icons/48x48/xfsm-shutdown.png
   xfce4-session/trunk/icons/64x64/xfsm-gnome-kde-logo.png
   xfce4-session/trunk/icons/72x72/xfsm-trash-hilight.png
   xfce4-session/trunk/icons/72x72/xfsm-trash-normal.png
   xfce4-session/trunk/xfce4-autostart-editor/main.c
Log:
2007-11-29	Benedikt Meurer <benny at xfce.org>

	* icons/, xfce4-autostart-editor/main.c: Add icon from
	  Jozsef Mak <jozmak at gmail.com> for the autostart editor.
	  Bug #3215.




Modified: xfce4-session/trunk/ChangeLog
===================================================================
--- xfce4-session/trunk/ChangeLog	2007-11-29 19:20:44 UTC (rev 26407)
+++ xfce4-session/trunk/ChangeLog	2007-11-29 22:26:32 UTC (rev 26408)
@@ -1,3 +1,9 @@
+2007-11-29	Benedikt Meurer <benny at xfce.org>
+
+	* icons/, xfce4-autostart-editor/main.c: Add icon from
+	  Jozsef Mak <jozmak at gmail.com> for the autostart editor.
+	  Bug #3215.
+
 2007-11-28	Benedikt Meurer <benny at xfce.org>
 
 	* engines/simple/simple.c: Fix dialog layout. Bug #3287.


Property changes on: xfce4-session/trunk/icons/128x128/xfce4-session.png
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/png

Modified: xfce4-session/trunk/icons/48x48/Makefile.am
===================================================================
--- xfce4-session/trunk/icons/48x48/Makefile.am	2007-11-29 19:20:44 UTC (rev 26407)
+++ xfce4-session/trunk/icons/48x48/Makefile.am	2007-11-29 22:26:32 UTC (rev 26408)
@@ -1,9 +1,10 @@
 iconsdir = $(datadir)/icons/hicolor/48x48/apps
 icons_DATA = 								\
+	xfce4-autostart-editor.png					\
 	xfce4-session.png						\
 	xfce4-splash.png						\
-	xfsm-logout.png						\
-	xfsm-reboot.png						\
+	xfsm-logout.png							\
+	xfsm-reboot.png							\
 	xfsm-shutdown.png
 
 EXTRA_DIST = $(icons_DATA)

Added: xfce4-session/trunk/icons/48x48/xfce4-autostart-editor.png
===================================================================
(Binary files differ)


Property changes on: xfce4-session/trunk/icons/48x48/xfce4-autostart-editor.png
___________________________________________________________________
Name: svn:mime-type
   + image/png


Property changes on: xfce4-session/trunk/icons/48x48/xfce4-session.png
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: xfce4-session/trunk/icons/48x48/xfce4-splash.png
___________________________________________________________________
Name: svn:mime-type
   + image/png


Property changes on: xfce4-session/trunk/icons/48x48/xfsm-logout.png
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: xfce4-session/trunk/icons/48x48/xfsm-reboot.png
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: xfce4-session/trunk/icons/48x48/xfsm-shutdown.png
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: xfce4-session/trunk/icons/64x64/xfsm-gnome-kde-logo.png
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: xfce4-session/trunk/icons/72x72/xfsm-trash-hilight.png
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: xfce4-session/trunk/icons/72x72/xfsm-trash-normal.png
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/png

Modified: xfce4-session/trunk/xfce4-autostart-editor/main.c
===================================================================
--- xfce4-session/trunk/xfce4-autostart-editor/main.c	2007-11-29 19:20:44 UTC (rev 26407)
+++ xfce4-session/trunk/xfce4-autostart-editor/main.c	2007-11-29 22:26:32 UTC (rev 26408)
@@ -1,6 +1,6 @@
 /* $Id$ */
 /*-
- * Copyright (c) 2005 Benedikt Meurer <benny at xfce.org>
+ * Copyright (c) 2005-2007 Benedikt Meurer <benny at xfce.org>
  * All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify
@@ -40,6 +40,8 @@
 
   gtk_init (&argc, &argv);
 
+  gtk_window_set_default_icon_name ("xfce4-autostart-editor");
+
   window = xfae_window_new ();
   g_signal_connect (G_OBJECT (window), "destroy",
                     G_CALLBACK (gtk_main_quit), NULL);



More information about the Xfce4-commits mailing list