gedit r6114 - branches/printing/gedit



Author: pborelli
Date: Thu Jan 24 11:23:11 2008
New Revision: 6114
URL: http://svn.gnome.org/viewvc/gedit?rev=6114&view=rev

Log:
oops, use the rigth enum, so that setting are saved for real


Modified:
   branches/printing/gedit/gedit-tab.c

Modified: branches/printing/gedit/gedit-tab.c
==============================================================================
--- branches/printing/gedit/gedit-tab.c	(original)
+++ branches/printing/gedit/gedit-tab.c	Thu Jan 24 11:23:11 2008
@@ -2225,7 +2225,7 @@
 	// TODO: check status and error
 
 	/* Save the print settings */ 
-	if (result == GTK_PRINT_OPERATION_RESULT_APPLY)
+	if (result ==  GEDIT_PRINT_JOB_RESULT_OK)
 	{
 		GeditDocument *doc;
 		GtkPrintSettings *settings;



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