Ticket #1169: 0001-Reduction-in-the-time-taken-for-loading-of-menues1.patch

File 0001-Reduction-in-the-time-taken-for-loading-of-menues1.patch, 855 bytes (added by shanjit, 14 years ago)

Patch file for reduction in time for loading menues as suggested by FGrose.

  • palette.py

    From 03ccfaf6dc9973f1fc5237dbf7200118717f4b8f Mon Sep 17 00:00:00 2001
    From: Shanjit Singh Jajmann <shanjit@seeta.in>
    Date: Sat, 2 Oct 2010 12:56:34 +0530
    Subject: [PATCH] Reduction in the time taken for loading of menues.
    
    Since the time 0.0, was too short for comfortable viewing, changes have been made, to allow sufficient pop up down.
    ---
     palette.py |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/palette.py b/palette.py
    index b7efe28..2e258d2 100644
    a b h 
    103103
    104104        self._menu_content_separator = gtk.HSeparator()
    105105
    106         self._secondary_anim = animator.Animator(0.0, 10)
     106        self._secondary_anim = animator.Animator(1.0, 10)
    107107        self._secondary_anim.add(_SecondaryAnimation(self))
    108108
    109109        # we init after initializing all of our containers