Revision: 6771
Author: nogu.dev
Date: Sat Sep 11 17:42:48 2010
Log: * helper/eggtrayicon.c
- (egg_tray_icon_expose): Use gtk_container_get_border_width() for GTK+3.
http://code.google.com/p/uim/source/detail?r=6771
Modified:
/trunk/helper/eggtrayicon.c
=======================================
--- /trunk/helper/eggtrayicon.c Sat Sep 11 17:42:38 2010
+++ /trunk/helper/eggtrayicon.c Sat Sep 11 17:42:48 2010
@@ -277,7 +277,7 @@
if (focus_child && gtk_widget_has_focus (focus_child))
{
GtkAllocation allocation;
- border_width = GTK_CONTAINER (widget)->border_width;
+ border_width = gtk_container_get_border_width(GTK_CONTAINER
(widget));
gtk_widget_get_allocation(widget, &allocation);