use a more descriptive name for the temporary procedure

svn path=/trunk/; revision=24794
This commit is contained in:
Sven Neumann 2008-02-04 22:03:09 +00:00
parent f17bfcef0d
commit a3d04e08c6
1 changed files with 2 additions and 1 deletions

View File

@ -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 @@ print_temp_proc_run (const gchar *name,
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 *