aboutsummaryrefslogtreecommitdiffstats
path: root/src/ppview-toolbar.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-04-19 19:14:42 +0800
committerChristian Persch <chpe@src.gnome.org>2005-04-19 19:14:42 +0800
commit0321e0c109de8225a82868cb1dc8cfb5455a544f (patch)
treec49d7669e88755118428d7f621b909ae4f04e449 /src/ppview-toolbar.c
parent11a2169cd187c06da6068cd8fa5f725202c680d4 (diff)
downloadgsoc2013-epiphany-0321e0c109de8225a82868cb1dc8cfb5455a544f.tar
gsoc2013-epiphany-0321e0c109de8225a82868cb1dc8cfb5455a544f.tar.gz
gsoc2013-epiphany-0321e0c109de8225a82868cb1dc8cfb5455a544f.tar.bz2
gsoc2013-epiphany-0321e0c109de8225a82868cb1dc8cfb5455a544f.tar.lz
gsoc2013-epiphany-0321e0c109de8225a82868cb1dc8cfb5455a544f.tar.xz
gsoc2013-epiphany-0321e0c109de8225a82868cb1dc8cfb5455a544f.tar.zst
gsoc2013-epiphany-0321e0c109de8225a82868cb1dc8cfb5455a544f.zip
More constification.
2005-04-19 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (create_dock): * lib/egg/egg-toolbar-editor.c: (editor_create_item), (update_editor_sheet): * lib/ephy-file-helpers.c: (ephy_file): * lib/widgets/ephy-location-entry.c: (ephy_location_entry_construct_contents): * lib/widgets/ephy-node-view.c: (ephy_node_view_enable_drag_dest), (ephy_node_view_enable_drag_source): * lib/widgets/ephy-node-view.h: * src/ephy-encoding-menu.c: (ephy_encoding_menu_set_window): * src/ephy-history-window.c: (ephy_history_window_construct): * src/ephy-main.c: * src/ephy-notebook.c: (ephy_notebook_init), (ephy_notebook_add_tab): * src/ppview-toolbar.c: * src/window-commands.c: (window_cmd_help_about): More constification.
Diffstat (limited to 'src/ppview-toolbar.c')
-rwxr-xr-xsrc/ppview-toolbar.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ppview-toolbar.c b/src/ppview-toolbar.c
index d2749094d..6c5be3937 100755
--- a/src/ppview-toolbar.c
+++ b/src/ppview-toolbar.c
@@ -84,7 +84,7 @@ static void
toolbar_cmd_ppv_close (GtkUIManager *merge,
PPViewToolbar *t);
-static GtkActionEntry entries [] = {
+static const GtkActionEntry entries [] = {
{ "PPVGotoFirst", GTK_STOCK_GOTO_FIRST,
N_("First"), NULL,
N_("Go to the first page"),
@@ -109,13 +109,13 @@ static GtkActionEntry entries [] = {
static const char ui_info[] =
"<ui>"
-" <toolbar name=\"PPViewToolbar\">"
-" <toolitem name=\"PPVGotoFirstItem\" action=\"PPVGotoFirst\" />"
-" <toolitem name=\"PPVGotoLastItem\" action=\"PPVGotoLast\" />"
-" <toolitem name=\"PPVGoBackItem\" action=\"PPVGoBack\" />"
-" <toolitem name=\"PPVGoForwardItem\" action=\"PPVGoForward\" />"
-" <toolitem name=\"PPVCloseItem\" action=\"PPVClose\" />"
-" </toolbar>\n"
+"<toolbar name=\"PPViewToolbar\">"
+"<toolitem name=\"PPVGotoFirstItem\" action=\"PPVGotoFirst\" />"
+"<toolitem name=\"PPVGotoLastItem\" action=\"PPVGotoLast\" />"
+"<toolitem name=\"PPVGoBackItem\" action=\"PPVGoBack\" />"
+"<toolitem name=\"PPVGoForwardItem\" action=\"PPVGoForward\" />"
+"<toolitem name=\"PPVCloseItem\" action=\"PPVClose\" />"
+"</toolbar>"
"</ui>\n";
GType