diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-08-24 06:43:16 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-08-24 06:43:16 +0800 |
commit | 72daa2c6442573fcd0df1072f95cc411c9314511 (patch) | |
tree | 52420a344c08f8e0770d59f80c41ce6b1056451a /e-util/e-dialog-widgets.h | |
parent | 703511b4a899a4f3d7071b9930abf9319620555a (diff) | |
download | gsoc2013-evolution-72daa2c6442573fcd0df1072f95cc411c9314511.tar.gz gsoc2013-evolution-72daa2c6442573fcd0df1072f95cc411c9314511.tar.zst gsoc2013-evolution-72daa2c6442573fcd0df1072f95cc411c9314511.zip |
Constify.
2000-08-23 Federico Mena Quintero <federico@helixcode.com>
* e-dialog-widgets.c (e_dialog_editable_set): Constify.
svn path=/trunk/; revision=4992
Diffstat (limited to 'e-util/e-dialog-widgets.h')
-rw-r--r-- | e-util/e-dialog-widgets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-dialog-widgets.h b/e-util/e-dialog-widgets.h index cbcdd1c8f1..7ace238d1f 100644 --- a/e-util/e-dialog-widgets.h +++ b/e-util/e-dialog-widgets.h @@ -28,7 +28,7 @@ -void e_dialog_editable_set (GtkWidget *widget, char *value); +void e_dialog_editable_set (GtkWidget *widget, const char *value); char *e_dialog_editable_get (GtkWidget *widget); void e_dialog_radio_set (GtkWidget *widget, int value, const int *value_map); |