uncomment accidentally commented lines. Also, fixed text, #76413
Mon May 13 16:53:45 2002 Jonathan Blandford <jrb@redhat.com> * gnome-mouse-properties.c (main): uncomment accidentally commented lines. Also, fixed text, #76413
This commit is contained in:
parent
1537266580
commit
fa7e54c907
3 changed files with 16 additions and 11 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon May 13 16:53:45 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gnome-mouse-properties.c (main): uncomment accidentally
|
||||
commented lines. Also, fixed text, #76413
|
||||
|
||||
2002-05-13 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gnome-mouse-properties.glade : Remove separator.
|
||||
|
|
|
@ -662,7 +662,7 @@ setup_dialog (GladeXML *dialog, GConfChangeSet *changeset)
|
|||
|
||||
/* listen to cursors changing */
|
||||
gconf_client_notify_add (gconf_client_get_default (),
|
||||
CURSOR_FONT_KEY, /* dir or key to listen to */
|
||||
CURSOR_FONT_KEY,
|
||||
cursor_font_changed,
|
||||
tree_view, NULL, NULL);
|
||||
|
||||
|
@ -755,8 +755,8 @@ main (int argc, char **argv)
|
|||
} else {
|
||||
changeset = NULL;
|
||||
dialog = create_dialog ();
|
||||
// load_pixbufs ();
|
||||
// setup_dialog (dialog, changeset);
|
||||
load_pixbufs ();
|
||||
setup_dialog (dialog, changeset);
|
||||
|
||||
dialog_win = WID ("mouse_properties_dialog");
|
||||
g_signal_connect (dialog_win, "response",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<glade-interface>
|
||||
|
||||
<widget class="GtkDialog" id="mouse_properties_dialog">
|
||||
<property name="title" translatable="yes">Mouse Properties</property>
|
||||
<property name="title" translatable="yes">Mouse Preferences</property>
|
||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||||
<property name="modal">False</property>
|
||||
|
@ -740,9 +740,9 @@
|
|||
<property name="inverted">False</property>
|
||||
<property name="adjustment">1 1 10 1 1 0</property>
|
||||
<accessibility>
|
||||
<atkrelation target="speed_label" type="labelled-by"/>
|
||||
<atkrelation target="low_label" type="labelled-by"/>
|
||||
<atkrelation target="high_label" type="labelled-by"/>
|
||||
<atkrelation target="low_label" type="labelled-by"/>
|
||||
<atkrelation target="speed_label" type="labelled-by"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -765,9 +765,9 @@
|
|||
<property name="inverted">False</property>
|
||||
<property name="adjustment">6 1 10 1 1 0</property>
|
||||
<accessibility>
|
||||
<atkrelation target="speed_label" type="labelled-by"/>
|
||||
<atkrelation target="slow_label" type="labelled-by"/>
|
||||
<atkrelation target="fast_label" type="labelled-by"/>
|
||||
<atkrelation target="slow_label" type="labelled-by"/>
|
||||
<atkrelation target="speed_label" type="labelled-by"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -855,8 +855,8 @@
|
|||
<property name="xpad">0</property>
|
||||
<property name="ypad">0</property>
|
||||
<accessibility>
|
||||
<atkrelation target="sensitivity_scale" type="label-for"/>
|
||||
<atkrelation target="accel_scale" type="label-for"/>
|
||||
<atkrelation target="sensitivity_scale" type="label-for"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -971,9 +971,9 @@
|
|||
<property name="inverted">False</property>
|
||||
<property name="adjustment">1 1 10 1 1 0</property>
|
||||
<accessibility>
|
||||
<atkrelation target="small_label" type="labelled-by"/>
|
||||
<atkrelation target="large_label" type="labelled-by"/>
|
||||
<atkrelation target="dnd_label" type="labelled-by"/>
|
||||
<atkrelation target="large_label" type="labelled-by"/>
|
||||
<atkrelation target="small_label" type="labelled-by"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue