[Pkg-maemo-commits] r87 ./hildon-control-panel/ubuntu: * Don't use hcp_grid_size_request, since this triggers a bug in GTK

Tollef Fog Heen tfheen at err.no
Fri Nov 30 15:17:22 UTC 2007


------------------------------------------------------------
revno: 87
committer: Tollef Fog Heen <tfheen at err.no>
branch nick: hildon-control-panel
timestamp: Fri 2007-08-17 09:19:46 +0200
message:
  * Don't use hcp_grid_size_request, since this triggers a bug in GTK
    which causes the size of the widget to be negative.  Patch from Han
    Jian at Intel.
modified:
  debian/changelog
  src/hcp-grid.c
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-07-12 14:34:26 +0000
+++ b/debian/changelog	2007-08-17 07:19:46 +0000
@@ -1,3 +1,11 @@
+hildon-control-panel (1:1.9.5-1ubuntu4) UNRELEASED; urgency=low
+
+  * Don't use hcp_grid_size_request, since this triggers a bug in GTK
+    which causes the size of the widget to be negative.  Patch from Han
+    Jian at Intel.
+
+ -- Tollef Fog Heen <tfheen at ubuntu.com>  Fri, 17 Aug 2007 09:19:27 +0200
+
 hildon-control-panel (1:1.9.5-1ubuntu3) gutsy; urgency=low
 
   [ Tollef Fog Heen ]

=== modified file 'src/hcp-grid.c'
--- a/src/hcp-grid.c	2007-06-26 08:21:25 +0000
+++ b/src/hcp-grid.c	2007-08-17 07:19:46 +0000
@@ -463,7 +463,7 @@
   GObjectClass *g_object_class = G_OBJECT_CLASS (class);
   GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (class);
 
-  widget_class->size_request = hcp_grid_size_request;
+  /*  widget_class->size_request = hcp_grid_size_request;*/
   widget_class->key_release_event = hcp_grid_keyboard_listener;
   widget_class->focus_in_event = hcp_grid_focus_in;
   widget_class->button_press_event = hcp_grid_button_pressed;



More information about the Pkg-maemo-commits mailing list