[network-manager-applet] Fix the build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] Fix the build
- Date: Wed, 29 Jun 2011 12:22:35 +0000 (UTC)
commit 84e362d30e05519239e7124792b212967afdaf38
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jun 29 08:21:49 2011 -0400
Fix the build
...after breaking it myself, blush.
src/applet.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/applet.c b/src/applet.c
index 5ed4936..952d6d8 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -614,7 +614,7 @@ applet_menu_item_add_complex_separator_helper (GtkWidget *menu,
gtk_label_set_markup (GTK_LABEL (xlabel), label);
#if GTK_CHECK_VERSION(3,1,6)
- gtk_box_pack_start (GTK_BOX (box), gtk_separator_new (), TRUE, TRUE, 0);
+ gtk_box_pack_start (GTK_BOX (box), gtk_separator_new (GTK_ORIENTATION_HORIZONTAL), TRUE, TRUE, 0);
#else
gtk_box_pack_start (GTK_BOX (box), gtk_hseparator_new (), TRUE, TRUE, 0);
#endif
@@ -622,7 +622,7 @@ applet_menu_item_add_complex_separator_helper (GtkWidget *menu,
}
#if GTK_CHECK_VERSION(3,1,6)
- gtk_box_pack_start (GTK_BOX (box), gtk_separator_new (), TRUE, TRUE, 0);
+ gtk_box_pack_start (GTK_BOX (box), gtk_separator_new (GTK_ORIENTATION_HORIZONTAL), TRUE, TRUE, 0);
#else
gtk_box_pack_start (GTK_BOX (box), gtk_hseparator_new (), TRUE, TRUE, 0);
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]