================================
evolution:source=2.5.5.1-0.4 (previous: 2.5.5.1-0.3)
cvc rdiff evolution -1 /[EMAIL PROTECTED]:devel//[EMAIL 
PROTECTED]:desktop/2.5.5.1-0.4
================================
2.5.5.1-0.4 Ken VanDine ([EMAIL PROTECTED]) Mon Jan 23 12:25:23 2006
    Patched to fix crash problem, patch has been included upstream
    
patch-shell_e-user-creatable-items-handler.patch: new
--- shell/e-user-creatable-items-handler.c.orig Wed Jan 18 14:28:13 2006
+++ shell/e-user-creatable-items-handler.c      Wed Jan 18 13:16:54 2006
@@ -646,7 +646,7 @@ gtk_menu_item_func (EUserCreatableItemsH
                                            handler->priv->accel_group,
                                            'n', GDK_CONTROL_MASK,
                                            GTK_ACCEL_VISIBLE);
-       } else {
+       } else if (item->shortcut != '\0') {
                gtk_widget_add_accelerator (menuitem, "activate",
                                            handler->priv->accel_group,
                                            item->shortcut,

evolution.recipe: changed
Index: evolution.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- evolution.recipe /[EMAIL PROTECTED]:devel//[EMAIL 
PROTECTED]:desktop/2.5.5.1-0.3
+++ evolution.recipe /[EMAIL PROTECTED]:devel//[EMAIL 
PROTECTED]:desktop/2.5.5.1-0.4
@@ -50,6 +50,7 @@
 
     def unpack(r):
         GnomePackageRecipe.unpack(r)
+       r.addPatch('patch-shell_e-user-creatable-items-handler.patch', level=0)
 
     def build(r):
         r.Run('intltoolize -c -f')



Committed by: krv
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to