[gnome-games] gnotski: replace deprecated API
- From: Thomas Hindoe Paaboel Andersen <thomashpa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] gnotski: replace deprecated API
- Date: Tue, 27 Dec 2011 22:34:32 +0000 (UTC)
commit 317ba866170095c193cd1c9122d3efcfe44b4883
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date: Tue Dec 27 23:34:24 2011 +0100
gnotski: replace deprecated API
gnotski/src/gnotski.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnotski/src/gnotski.c b/gnotski/src/gnotski.c
index 47aae20..3380ea8 100644
--- a/gnotski/src/gnotski.c
+++ b/gnotski/src/gnotski.c
@@ -543,7 +543,7 @@ main (int argc, char **argv)
gtk_box_pack_start (GTK_BOX (vbox), menubar, FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (vbox), gameframe, TRUE, TRUE, 0);
- gtk_box_pack_start (GTK_BOX (vbox), gtk_hseparator_new (), FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (vbox), gtk_separator_new (GTK_ORIENTATION_HORIZONTAL), FALSE, FALSE, 0);
gtk_box_pack_end (GTK_BOX (vbox), statusbar, FALSE, FALSE, 0);
if (session_xpos >= 0 && session_ypos >= 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]