manqod 1.1517.0 → 1.1521.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -122,10 +122,7 @@ class MyFileChooserButton < Gtk::FileChooserWidget
122
122
  def loadPixbuf
123
123
  set_conf(0,item['id'],"path",current_folder)
124
124
  pixdata=Gdk::Pixdata.from_pixbuf(Gdk::Pixbuf.new(filename),true)
125
- a=pixdata.serialize
126
- r=""
127
- a.each{|v|r=r+v.chr}
128
- r
125
+ pixdata.serialize.pack("c*")
129
126
  end
130
127
  end
131
128
 
@@ -211,6 +211,7 @@ class ListModel
211
211
  @column_of_tree=moditem_attributes[:column_of_tree]
212
212
  @fetch_filter_key=moditem_attributes[:fetch_filter_key]
213
213
  @fetch_filter_value=moditem_attributes[:fetch_filter_value]
214
+ @fetch_filter_negate=moditem_attributes[:fetch_filter_negate]
214
215
  @column_of_fetch_filter=moditem_attributes[:column_of_fetch_filter]
215
216
  @archive_key=moditem_attributes[:archive_key]
216
217
 
@@ -494,7 +495,7 @@ class ListModel
494
495
  (!@fetch_filter_negate &&
495
496
  row[@column_of_fetch_filter].to_s == ffv.to_s
496
497
  ) ||
497
- (@fetch_filter_negate && row[@column_of_fetch_filter].to_s != ff_value.to_s)
498
+ (@fetch_filter_negate && row[@column_of_fetch_filter].to_s != ffv.to_s)
498
499
  ) && row && (@column_of_archive.nil? || (@show_archive || !row[@column_of_archive]))
499
500
  #we recieve a row
500
501
  iter=if @tree_key then @data.append(@id_index[row[@column_of_tree].to_i]) else @data.append end
@@ -39,8 +39,6 @@ class RelationBuilder < Gtk::ScrolledWindow
39
39
  @holder=Gtk::VBox.new
40
40
  @widget=Gtk::Fixed.new
41
41
  @widget.signal_connect("expose-event"){|me,ev| draw_focused;draw_relations; true}
42
- # @scroller=Gtk::ScrolledWindow.new
43
- # add(@scroller.add(@viewport=Gtk::Viewport.new(@scroller.hadjustment,@scroller.vadjustment).add(@widget)))
44
42
  add_with_viewport(@eb=Gtk::EventBox.new.add(@widget))
45
43
  visible_window=false
46
44
 
@@ -151,7 +149,7 @@ class RelationBuilder < Gtk::ScrolledWindow
151
149
  end
152
150
 
153
151
  def update(notifier=nil)
154
- reload #(notifier.target)
152
+ reload
155
153
  @search_window.update(get_ancestor(Gtk::Window))
156
154
  @rq_window.update(get_ancestor(Gtk::Window))
157
155
  end
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 1517
7
+ - 1521
8
8
  - 0
9
- version: 1.1517.0
9
+ version: 1.1521.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dobai-Pataky Balint
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-03-03 00:00:00 +02:00
17
+ date: 2011-03-14 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  version: "0"
225
225
  requirements: []
226
226
 
227
- rubyforge_project:
227
+ rubyforge_project: manqod
228
228
  rubygems_version: 1.3.7
229
229
  signing_key:
230
230
  specification_version: 3