diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-05-20 05:01:27 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-05-20 05:01:27 +0000 |
| commit | 9865291b790f185d7ec2271c58e8653c9d4bb295 (patch) | |
| tree | d2599d2788944bc2e811b204bfb4e6d304571c10 /src/ege-select-one-action.cpp | |
| parent | Extension that generates an SVGFont from a set of layers with id="GlyphLayer-... (diff) | |
| download | inkscape-9865291b790f185d7ec2271c58e8653c9d4bb295.tar.gz inkscape-9865291b790f185d7ec2271c58e8653c9d4bb295.zip | |
Reinstating version bump.
(bzr r10215)
Diffstat (limited to 'src/ege-select-one-action.cpp')
| -rw-r--r-- | src/ege-select-one-action.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ege-select-one-action.cpp b/src/ege-select-one-action.cpp index 83a083425..1c3ec1ff5 100644 --- a/src/ege-select-one-action.cpp +++ b/src/ege-select-one-action.cpp @@ -935,7 +935,6 @@ void resync_sensitive( EgeSelectOneAction* act ) GSList* group = (GSList*)data; // List is backwards in group as compared to GtkTreeModel, we better do matching. while ( group ) { -#if GTK_CHECK_VERSION(2,16,0) GtkRadioAction* ract = GTK_RADIO_ACTION(group->data); const gchar* label = gtk_action_get_label( GTK_ACTION( ract ) ); @@ -964,8 +963,6 @@ void resync_sensitive( EgeSelectOneAction* act ) } gtk_action_set_sensitive( GTK_ACTION(ract), sens ); -#endif - group = g_slist_next(group); } } |
