~ubuntu-branches/ubuntu/quantal/lxpanel/quantal

« back to all changes in this revision

Viewing changes to src/plugins/batt/batt.c

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2012-06-13 23:16:29 UTC
  • mfrom: (1.1.12) (4.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20120613231629-8soa5l593xox4351
Tags: 0.5.10-1ubuntu1
* debian/control:
 - Add libindicator-dev build-depends.
 - Add a recommend on xterm | pavucontrol | gnome-alsamixer to enable the
  mixer on the sound applet.
 - Add indicator plugin binary.
* debian/local/source_lxpanel.py:
 - Add apport hook.
* debian/lxpanel.install:
 - Install all files except indicators.
 - Install apport hook.
* debian/lxpanel-indicator-applet-plugin.install:
 - Install indicator plugin.
* debian/rules:
 - Add --enable-indicator-support flag.
 - Remove override for dh_install.
* debian/copyright:
 - Update copyright for xkb plugin.
 - Update copyright for indicator plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
459
459
 
460
460
   
461
461
    /* Start the update loop */
462
 
    lx_b->timer = g_timeout_add_seconds( 3, (GSourceFunc) update_timout, (gpointer) lx_b);
 
462
    lx_b->timer = g_timeout_add_seconds( 9, (GSourceFunc) update_timout, (gpointer) lx_b);
463
463
 
464
464
    RET(TRUE);
465
465