diff options
Diffstat (limited to 'calendar/gui/a11y/ea-jump-button.c')
-rw-r--r-- | calendar/gui/a11y/ea-jump-button.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/a11y/ea-jump-button.c b/calendar/gui/a11y/ea-jump-button.c index cfe8e32cbb..7888196b8d 100644 --- a/calendar/gui/a11y/ea-jump-button.c +++ b/calendar/gui/a11y/ea-jump-button.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -208,7 +208,7 @@ static G_CONST_RETURN gchar* jump_button_get_keybinding (AtkAction *action, gint i) { - gchar *return_value = NULL; + const gchar *return_value = NULL; switch (i) { |