summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-11-26 23:54:55 -0500
committerMatthias Clasen <mclasen@redhat.com>2009-11-26 23:54:55 -0500
commit37255486d4c4ef49d784e5383b3181e70b048474 (patch)
tree766e6f80f277e313a3351287175b2f307732692e /gtk/gtktoolbutton.c
parent837775af7ba01aa87c5e10b7de0c7772ada9a7a2 (diff)
parent9f1399e0183915a8452b82b3acae6024b6d1d854 (diff)
downloadgtk+-37255486d4c4ef49d784e5383b3181e70b048474.tar.gz
Merge branch 'master' into toolpalette
Diffstat (limited to 'gtk/gtktoolbutton.c')
-rw-r--r--gtk/gtktoolbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c
index 6eae655931..38055e06cf 100644
--- a/gtk/gtktoolbutton.c
+++ b/gtk/gtktoolbutton.c
@@ -116,7 +116,7 @@ gtk_tool_button_get_type (void)
if (!type)
{
- static const GInterfaceInfo activatable_info =
+ const GInterfaceInfo activatable_info =
{
(GInterfaceInitFunc) gtk_tool_button_activatable_interface_init,
(GInterfaceFinalizeFunc) NULL,