summaryrefslogtreecommitdiff
path: root/src/xsane-gamma.c
diff options
context:
space:
mode:
authorJulien BLACHE <jblache@debian.org>2006-01-24 23:14:44 +0100
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:26 +0000
commit9d7d5dc7bfe282d0e3df4ea4111fa4a37f1629a2 (patch)
treedea383223c2d0e5bbe2012bbc36814fe68112b93 /src/xsane-gamma.c
parenta1871913efc67d71e7b355a8a03655cbf12ab07f (diff)
parent96b92dfa3cb0a3ae876a3e650984a404327cdf93 (diff)
Imported Debian patch 0.99+0.991-1debian/0.99+0.991-1
Diffstat (limited to 'src/xsane-gamma.c')
-rw-r--r--src/xsane-gamma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xsane-gamma.c b/src/xsane-gamma.c
index fdae222..40fe835 100644
--- a/src/xsane-gamma.c
+++ b/src/xsane-gamma.c
@@ -2173,7 +2173,7 @@ static gint xsane_histogram_win_delete(GtkWidget *widget, gpointer data)
void xsane_create_histogram_dialog(const char *devicetext)
{
- char windowname[255];
+ char windowname[TEXTBUFSIZE];
GtkWidget *xsane_color_hbox;
GtkWidget *xsane_histogram_vbox;
GtkWidget *button;
@@ -2498,7 +2498,7 @@ GtkWidget* xsane_gamma_curve_notebook_page_new(GtkWidget *notebook, char *title)
void xsane_create_gamma_dialog(const char *devicetext)
{
- char windowname[255];
+ char windowname[TEXTBUFSIZE];
GtkWidget *xsane_vbox_gamma, *notebook;
DBG(DBG_proc, "xsane_create_free_gamma_dialog\n");