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

Stephan Arts stephan at xfce.org
Tue Nov 14 20:37:33 CET 2006


Author: stephan
Date: 2006-11-14 19:37:33 +0000 (Tue, 14 Nov 2006)
New Revision: 23875

Modified:
   xarchiver/branches/xarchiver-psybsd/src/main_window.c
Log:
Remove of archive contents works. (have to be removed from tree-structure too)



Modified: xarchiver/branches/xarchiver-psybsd/src/main_window.c
===================================================================
--- xarchiver/branches/xarchiver-psybsd/src/main_window.c	2006-11-14 19:34:57 UTC (rev 23874)
+++ xarchiver/branches/xarchiver-psybsd/src/main_window.c	2006-11-14 19:37:33 UTC (rev 23875)
@@ -575,7 +575,7 @@
 	{
 		dialog = gtk_message_dialog_new(GTK_WINDOW(window), GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_MODAL, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, "Are you sure you want to remove the selected files?");
 		result = gtk_dialog_run(GTK_DIALOG(dialog));
-		if(result == GTK_RESPONSE_OK)
+		if(result == GTK_RESPONSE_YES)
 		{
 			gtk_widget_hide(dialog);
 			xa_notebook_get_active_archive(XA_NOTEBOOK(window->notebook), &lp_archive, &lp_support);



More information about the Xfce4-commits mailing list