~ubuntu-branches/ubuntu/oneiric/cairo-dock-plug-ins/oneiric-updates

« back to all changes in this revision

Viewing changes to alsaMixer/src/applet-init.c

  • Committer: Kees Cook
  • Date: 2011-08-11 23:17:39 UTC
  • mfrom: (20.1.1 cairo-dock-plug-ins)
  • Revision ID: kees@outflux.net-20110811231739-cteedan51tmdg77v
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        "This applet works with the Alsa sound driver."),
40
40
        "Fabounet (Fabrice Rey)")
41
41
        CD_APPLET_DEFINE_COMMON_APPLET_INTERFACE
 
42
        CD_APPLET_ALLOW_EMPTY_TITLE
42
43
        CD_APPLET_REDEFINE_TITLE (N_("Sound Control"))
43
44
        pInterface->load_custom_widget = cd_mixer_load_custom_widget;
44
45
CD_APPLET_DEFINE_END