]> Pileus Git - ~andy/gtk/commit
Insert cast to fix warning. Assign something to old_value to quiet gcc
authorSoeren Sandmann <sandmann@daimi.au.dk>
Thu, 3 Jul 2003 01:02:04 +0000 (01:02 +0000)
committerSøren Sandmann Pedersen <ssp@src.gnome.org>
Thu, 3 Jul 2003 01:02:04 +0000 (01:02 +0000)
commit1f8942769b08a48c83cc748e52ae480f38045b4a
tree92df4e1ed2c04d2dce09cc905b89e041865fa44e
parent9e3f0c6f5f91ef034e41a6ca0c735daba1167f44
Insert cast to fix warning. Assign something to old_value to quiet gcc

Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
fix warning. Assign something to old_value to quiet gcc

* gtk/gtkcalendar.c
(start_spinning): gtk_timeout_add->g_timeout_add

* gtk/gtkicontheme.c
(theme_lookup_icon): Make it compile (remove double semicolon)

* gtk/gtktoolbutton.c
(gtk_tool_button_class_init): Long comment about properties.
(gtk_tool_button_class_init): Improve text for "use_underline"
property
(gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
on whether the passed-in label has use_mnemonic set
(gtk_tool_button_create_menu_proxy): Split image cloning out in
new function. Make that function also handle image with pixbuf
storage.
(gtk_tool_button_construct_contents): Use gtk_widget_destroy()
instead of gtk_container_remove().
(gtk_tool_button_construct_contents): Fix eliding bug

* gtk/gtktoolbar.c
(gtk_toolbar_finalize): New function. Unref tooltips, pointed out
by Morten Welinder
(gtk_toolbar_button_press): Make popup_context_menu signal provide
coordinates and button number

* tests/testtoolbar.c (main): Add new pixbuf toolbutton

* tests/apple-red.png: new file
13 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcalendar.c
gtk/gtkicontheme.c
gtk/gtkpaned.c
gtk/gtktoolbar.c
gtk/gtktoolbar.h
gtk/gtktoolbutton.c
tests/apple-red.png [new file with mode: 0644]
tests/testtoolbar.c