diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-04 18:02:45 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-04 18:02:45 +0000 |
commit | 6b706a64c5bdcc4b33adfa94b5fa71dbda928399 (patch) | |
tree | 3589261458b296c7a280fb9ec6218f9f7b785049 /src/dbus-menu-manager.c | |
parent | 633b514efeaf1c4086e1b2e5fbef185b199517c8 (diff) | |
download | ayatana-indicator-sound-6b706a64c5bdcc4b33adfa94b5fa71dbda928399.tar.gz ayatana-indicator-sound-6b706a64c5bdcc4b33adfa94b5fa71dbda928399.tar.bz2 ayatana-indicator-sound-6b706a64c5bdcc4b33adfa94b5fa71dbda928399.zip |
slider stretching in place
Diffstat (limited to 'src/dbus-menu-manager.c')
-rw-r--r-- | src/dbus-menu-manager.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dbus-menu-manager.c b/src/dbus-menu-manager.c index 17003df..d2102ef 100644 --- a/src/dbus-menu-manager.c +++ b/src/dbus-menu-manager.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - #include <unistd.h> #include <glib/gi18n.h> @@ -210,8 +209,8 @@ static void rebuild_sound_menu(DbusmenuMenuitem *root, SoundServiceDbus *service // Sound preferences dialog DbusmenuMenuitem *settings_mi = dbusmenu_menuitem_new(); - dbusmenu_menuitem_property_set(settings_mi, DBUSMENU_MENUITEM_PROP_LABEL, - _("Sound Preferences...")); + dbusmenu_menuitem_property_set(settings_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Sound Preferences...")); +//_("Sound Preferences...")); dbusmenu_menuitem_child_append(root, settings_mi); g_signal_connect(G_OBJECT(settings_mi), DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED, G_CALLBACK(show_sound_settings_dialog), NULL); |