indicators-gtk2-team team mailing list archive
-
indicators-gtk2-team team
-
Mailing list archive
-
Message #00000
[Merge] lp:~logan/indicators-gtk2/typo-fix into lp:indicators-gtk2/indicator-sound-gtk2
Logan Rosen has proposed merging lp:~logan/indicators-gtk2/typo-fix into lp:indicators-gtk2/indicator-sound-gtk2.
Requested reviews:
Gtk+2 Indicators Maintenance Team (indicators-gtk2-team)
For more details, see:
https://code.launchpad.net/~logan/indicators-gtk2/typo-fix/+merge/135821
--
https://code.launchpad.net/~logan/indicators-gtk2/typo-fix/+merge/135821
Your team Gtk+2 Indicators Maintenance Team is requested to review the proposed merge of lp:~logan/indicators-gtk2/typo-fix into lp:indicators-gtk2/indicator-sound-gtk2.
=== modified file 'src/pulseaudio-mgr.c'
--- src/pulseaudio-mgr.c 2012-03-14 20:04:10 +0000
+++ src/pulseaudio-mgr.c 2012-11-23 05:56:17 +0000
@@ -708,7 +708,7 @@
}
else {
if (IS_DEVICE (userdata) == FALSE || info == NULL ){
- g_warning ("source info update callback - our user data is not what we think it should be or the source info paramter is null");
+ g_warning ("source info update callback - our user data is not what we think it should be or the source info parameter is null");
return;
}
g_debug ("Got a source update for %s , index %i", info->name, info->index);
Follow ups