X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkseparator.c;h=0ed0bee310e318e0a87fdd322a86c35b0a94b1a6;hb=cf216d780cb2c889a3bcb5faa825fc1b21af8896;hp=f8c020216ebcc345d1de10a195efec272211f268;hpb=52711beba57239aadde460d49d492ef6951f9335;p=~andy%2Fgtk diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c index f8c020216..0ed0bee31 100644 --- a/gtk/gtkseparator.c +++ b/gtk/gtkseparator.c @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -243,9 +241,6 @@ gtk_separator_draw (GtkWidget *widget, gtk_style_context_get_padding (context, state, &padding); - gtk_style_context_save (context); - gtk_style_context_set_state (context, state); - if (private->orientation == GTK_ORIENTATION_HORIZONTAL) { if (wide_separators) @@ -269,8 +264,6 @@ gtk_separator_draw (GtkWidget *widget, (width - padding.left) / 2, height - 1); } - gtk_style_context_restore (context); - return FALSE; }