Upgrade the contacts tarball version from 0.5 to 0.7

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2605 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-08-30 12:53:59 +00:00
parent 1bd63670cd
commit 7f62df1bf0
2 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ Index: contacts-0.5/src/contacts-main.c
/* fix icon sizes to 16x16 for the moment... */
gtk_rc_parse_string ("gtk_icon_sizes=\"gtk-button=16,16:gtk-menu=16,16\"");
+ gtk_widget_show_all (contacts_data->ui->main_menubar);
+ owl_set_window_menu (GTK_WINDOW (contacts_data->ui->main_window),
+ GTK_MENU (contacts_data->ui->main_menubar));
+ gtk_widget_show_all (data->ui->main_menubar);
+ owl_set_window_menu (GTK_WINDOW (data->ui->main_window),
+ GTK_MENU (data->ui->main_menubar));
+
gtk_main ();