Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:454
chmsee.openSUSE_11.4_Update
chmsee-1.3.1.1-fix-toolbar.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File chmsee-1.3.1.1-fix-toolbar.patch of Package chmsee.openSUSE_11.4_Update
Index: src/chmsee.c =================================================================== --- src/chmsee.c.orig +++ src/chmsee.c @@ -726,7 +726,7 @@ populate_windows(Chmsee *self) { ChmseePrivate *priv = CHMSEE_GET_PRIVATE (self); - GtkWidget *vbox = GTK_WIDGET (gtk_vbox_new(FALSE, 2)); + GtkWidget *vbox = GTK_WIDGET (gtk_vbox_new(FALSE, 0)); priv->action_group = gtk_action_group_new("MenuActions"); gtk_action_group_set_translation_domain(priv->action_group, NULL); @@ -751,7 +751,7 @@ populate_windows(Chmsee *self) exit(EXIT_FAILURE); } - priv->menubar = gtk_handle_box_new(); + priv->menubar = gtk_vbox_new(FALSE, 0); gtk_container_add(GTK_CONTAINER (priv->menubar), gtk_ui_manager_get_widget(priv->ui_manager, "/MainMenu")); gtk_box_pack_start(GTK_BOX (vbox), priv->menubar, FALSE, FALSE, 0);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor