[Xfce4-commits] r22843 - xarchiver/branches/xarchiver-psybsd/src

Stephan Arts stephan at xfce.org
Sun Aug 20 22:46:14 UTC 2006


Author: stephan
Date: 2006-08-20 22:46:14 +0000 (Sun, 20 Aug 2006)
New Revision: 22843

Modified:
   xarchiver/branches/xarchiver-psybsd/src/main_window_tool_bar.c
Log:
use stock item for 'delete' button in toolbar.


Modified: xarchiver/branches/xarchiver-psybsd/src/main_window_tool_bar.c
===================================================================
--- xarchiver/branches/xarchiver-psybsd/src/main_window_tool_bar.c	2006-08-20 22:43:33 UTC (rev 22842)
+++ xarchiver/branches/xarchiver-psybsd/src/main_window_tool_bar.c	2006-08-20 22:46:14 UTC (rev 22843)
@@ -86,8 +86,7 @@
 	tmp_image = xa_main_window_find_image("extract.png", GTK_ICON_SIZE_LARGE_TOOLBAR);
 	toolbar->tool_item_extract = gtk_tool_button_new(tmp_image, _("Extract"));
 
-	tmp_image = gtk_image_new_from_stock("gtk-delete", GTK_ICON_SIZE_LARGE_TOOLBAR);
-	toolbar->tool_item_remove = gtk_tool_button_new(tmp_image, _("Delete"));
+	toolbar->tool_item_remove = gtk_tool_button_new_from_stock("gtk-delete");
 
 	separator = gtk_separator_tool_item_new ();
 



More information about the Xfce4-commits mailing list