~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-contact-list-view.c

Tags: upstream-2.29.6
ImportĀ upstreamĀ versionĀ 2.29.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
                priv->tooltip_widget = empathy_contact_widget_new (contact,
176
176
                        EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP |
177
177
                        EMPATHY_CONTACT_WIDGET_SHOW_LOCATION);
 
178
                gtk_container_set_border_width (
 
179
                        GTK_CONTAINER (priv->tooltip_widget), 8);
178
180
                g_object_ref (priv->tooltip_widget);
179
181
                g_signal_connect (priv->tooltip_widget, "destroy",
180
182
                                  G_CALLBACK (contact_list_view_tooltip_destroy_cb),