[empathy] use gtk_separator_new() instead of gtk_hseparator_new()
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] use gtk_separator_new() instead of gtk_hseparator_new()
- Date: Mon, 21 Nov 2011 10:01:10 +0000 (UTC)
commit 211f86a65565eaf3c3f0a9159dffe191298c0ff6
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Nov 16 16:32:14 2011 +0100
use gtk_separator_new() instead of gtk_hseparator_new()
https://bugzilla.gnome.org/show_bug.cgi?id=662903
libempathy-gtk/empathy-individual-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-widget.c b/libempathy-gtk/empathy-individual-widget.c
index 08c1c1c..aa7a7f0 100644
--- a/libempathy-gtk/empathy-individual-widget.c
+++ b/libempathy-gtk/empathy-individual-widget.c
@@ -1540,7 +1540,7 @@ add_persona (EmpathyIndividualWidget *self,
gtk_widget_show (GTK_WIDGET (grid));
/* Pack a separator after the grid */
- separator = gtk_hseparator_new ();
+ separator = gtk_separator_new (GTK_ORIENTATION_HORIZONTAL);
g_object_set_data (G_OBJECT (grid), "separator", separator);
gtk_box_pack_start (GTK_BOX (priv->vbox_individual), separator, FALSE, FALSE,
0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]