gimp r24794 - trunk/plug-ins/print
- From: neo svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: gimp r24794 - trunk/plug-ins/print
 
- Date: Mon,  4 Feb 2008 22:03:09 +0000 (GMT)
 
Author: neo
Date: Mon Feb  4 22:03:09 2008
New Revision: 24794
URL: http://svn.gnome.org/viewvc/gimp?rev=24794&view=rev
Log:
use a more descriptive name for the temporary procedure
Modified:
   trunk/plug-ins/print/print.c
Modified: trunk/plug-ins/print/print.c
==============================================================================
--- trunk/plug-ins/print/print.c	(original)
+++ trunk/plug-ins/print/print.c	Mon Feb  4 22:03:09 2008
@@ -36,6 +36,7 @@
 
 #define PRINT_PROC_NAME       "file-print-gtk"
 #define PAGE_SETUP_PROC_NAME  "file-print-gtk-page-setup"
+#define PRINT_TEMP_PROC_NAME  "file-print-gtk-page-setup-notify-temp"
 
 
 static void        query (void);
@@ -422,7 +423,7 @@
 static gchar *
 print_temp_proc_name (gint32 image_ID)
 {
-  return g_strdup_printf (PRINT_PROC_NAME "-temp-%d", image_ID);
+  return g_strdup_printf (PRINT_TEMP_PROC_NAME "-%d", image_ID);
 }
 
 static gchar *
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]