From 521b8f45cae77097f271082503f2da3c83cc09d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 3 Oct 2016 13:31:58 +0200 Subject: refresh d/p/0170-typo.patch; Add .gitignore --- debian/patches/0170-typo.patch | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'debian/patches/0170-typo.patch') diff --git a/debian/patches/0170-typo.patch b/debian/patches/0170-typo.patch index 8864cd7..f84270a 100644 --- a/debian/patches/0170-typo.patch +++ b/debian/patches/0170-typo.patch @@ -30,6 +30,15 @@ Index: trunk/src/xsane.c {"print-filenames", no_argument, 0, 'p'}, {"force-filename", required_argument, 0, 'N'}, {0, } +@@ -2324,7 +2324,7 @@ static RETSIGTYPE xsane_sigchld_handler( + pid = waitpid(childprocess->pid, &status, WNOHANG); + if ( (WIFEXITED(status)) && (pid == childprocess->pid) ) + { +- DBG(DBG_info, "deleteing pid %d from list\n", childprocess->pid); ++ DBG(DBG_info, "deleting pid %d from list\n", childprocess->pid); + + nextprocess = childprocess->next; + free(childprocess); /* free memory of element */ @@ -5787,7 +5787,7 @@ static int xsane_init(int argc, char **a xsane.main_window_fixed = 1; break; @@ -39,3 +48,25 @@ Index: trunk/src/xsane.c xsane.main_window_fixed = 0; break; +Index: trunk/src/xsane-preview.c +=================================================================== +--- trunk.orig/src/xsane-preview.c ++++ trunk/src/xsane-preview.c +@@ -7575,7 +7575,7 @@ void preview_display_valid(Preview *p) + } + else if ((xsane.medium_changed) || (xsane.xsane_channels != p->preview_channels) || (p->invalid) ) /* preview is not valid */ + { +- DBG(DBG_info, "preview not vaild\n"); ++ DBG(DBG_info, "preview not valid\n"); + + gtk_widget_show(p->invalid_pixmap); + gtk_widget_hide(p->scanning_pixmap); +@@ -7593,7 +7593,7 @@ void preview_display_valid(Preview *p) + } + else /* preview is valid */ + { +- DBG(DBG_info, "preview vaild\n"); ++ DBG(DBG_info, "preview valid\n"); + + gtk_widget_show(p->valid_pixmap); + gtk_widget_hide(p->scanning_pixmap); -- cgit v1.2.3