pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with "Sort case" menu entrie


From: John Darrington
Subject: Re: Problem with "Sort case" menu entrie
Date: Sun, 9 May 2010 15:04:54 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

If you can be a bit patient here ...

I'm working on a change which should fix this, AND make the whole
menu/toolbar arrangement a lot easier to deal with.

... but it's slow work.

J'

On Sun, May 09, 2010 at 12:00:29PM -0300, Michel Boaventura wrote:
> Hello,
>
> This should fix the problem. But, as a side effect, we will lose the  
> sort icon.
>
> Regards,
>
> Michel

     diff --git a/src/ui/gui/data-editor.glade b/src/ui/gui/data-editor.glade
     index 479b4b9..6e90138 100644
     --- a/src/ui/gui/data-editor.glade
     +++ b/src/ui/gui/data-editor.glade
     @@ -314,11 +314,10 @@
              <child>
                <widget class="GtkMenu" id="data_menu">
                  <child>
     -              <widget class="GtkImageMenuItem" id="data_sort-cases">
     +              <widget class="GtkMenuItem" id="data_sort-cases">
                      <property name="label" translatable="yes">_Sort 
Cases</property>
                      <property name="visible">True</property>
                      <property name="use_underline">True</property>
     -                <property name="use_stock">True</property>
                    </widget>
                  </child>
                  <child>
     diff --git a/src/ui/gui/psppire-data-window.c 
b/src/ui/gui/psppire-data-window.c
     index 00dba99..9207d4f 100644
     --- a/src/ui/gui/psppire-data-window.c
     +++ b/src/ui/gui/psppire-data-window.c
     @@ -1450,7 +1450,7 @@ psppire_data_window_init (PsppireDataWindow *de)
      
          g_object_set (invoke_sort_cases_dialog,
                  "tooltip", _("Sort cases in the active file"),
     -            "stock-id", "gtk-sort-ascending",
     +            "stock-id", "pspp-sort-cases",
                  NULL);
      
          g_signal_connect (invoke_sort_cases_dialog, "activate",

     _______________________________________________
     pspp-dev mailing list
     address@hidden
     http://lists.gnu.org/mailman/listinfo/pspp-dev


-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]