mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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:
+3
-3
@@ -43,9 +43,9 @@ Index: contacts-0.5/src/contacts-main.c
|
|||||||
/* fix icon sizes to 16x16 for the moment... */
|
/* fix icon sizes to 16x16 for the moment... */
|
||||||
gtk_rc_parse_string ("gtk_icon_sizes=\"gtk-button=16,16:gtk-menu=16,16\"");
|
gtk_rc_parse_string ("gtk_icon_sizes=\"gtk-button=16,16:gtk-menu=16,16\"");
|
||||||
|
|
||||||
+ gtk_widget_show_all (contacts_data->ui->main_menubar);
|
+ gtk_widget_show_all (data->ui->main_menubar);
|
||||||
+ owl_set_window_menu (GTK_WINDOW (contacts_data->ui->main_window),
|
+ owl_set_window_menu (GTK_WINDOW (data->ui->main_window),
|
||||||
+ GTK_MENU (contacts_data->ui->main_menubar));
|
+ GTK_MENU (data->ui->main_menubar));
|
||||||
+
|
+
|
||||||
gtk_main ();
|
gtk_main ();
|
||||||
|
|
||||||
Reference in New Issue
Block a user