Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37858854
en ru br
ALT Linux repositórios
S:4.18.1-alt1
5.0: 4.6.1-alt2
4.1: 4.4.3-alt0.M41.2
4.0: 4.4.2-alt0.M40
3.0: 4.2.2-alt1

Group :: Desktop gráfico/XFce
RPM: xfce4-mixer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: xfce4-mixer-4.6.1-ubuntu-fix-volume-90.patch
Download


commit 3fc55dd176d11a4fd63e8cd59e0fff578d7362cc
Author: jannis <jannis@a0aa69c2-05f4-0310-b83c-d5d913b14636>
Date:   Thu May 28 14:41:40 2009 +0000
    	* panel-plugin/xfce-volume-button.c: Set the page size to 0 which
    	  allows the volume to be changed up to 100% instead of just 90% (bug
    	  #5243).
    
    Conflicts:
    
    	ChangeLog
    
    git-svn-id: http://svn.xfce.org/svn/xfce/xfce4-mixer/trunk@29986 a0aa69c2-05f4-0310-b83c-d5d913b14636
diff --git a/panel-plugin/xfce-volume-button.c b/panel-plugin/xfce-volume-button.c
index 1b8b8c1..82a7129 100644
--- a/panel-plugin/xfce-volume-button.c
+++ b/panel-plugin/xfce-volume-button.c
@@ -202,7 +202,7 @@ xfce_volume_button_init (XfceVolumeButton *button)
   button->pixbufs = g_new0 (GdkPixbuf*, G_N_ELEMENTS (icons)-1);
 
   /* Create adjustment for the button (from 0.0 to 1.0 in 5% steps) */
-  button->adjustment = gtk_adjustment_new (0.0, 0.0, 1.0, 0.05, 0.05, 0.1);
+  button->adjustment = gtk_adjustment_new (0.0, 0.0, 1.0, 0.05, 0.05, 0.0);
 
   /* Create a new scaled image for the button icon */
   button->image = xfce_scaled_image_new ();
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009